Skip to content

Fixed nexa convert bug by removing non-existent enums. #377

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

xsxszab
Copy link
Contributor

@xsxszab xsxszab commented Feb 5, 2025

Description

This PR removes enums that do not exist in Nexa SDK's embedded llama-cpp-python, specifically:

  • GGML_TYPE_BF16
  • GGML_TYPE_Q4_0_4_4
  • GGML_TYPE_Q4_0_4_8
  • GGML_TYPE_Q4_0_8_8

This fixes the nexa convert bug caused by referencing these non-existent enums.

@Davidqian123 Davidqian123 merged commit ea46950 into main Feb 5, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants