We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! Thanks for making this library! I tried two models with it, phind-codellama-34b-v2.Q4_K_M.gguf worked fine, but I got an error with another one:
phind-codellama-34b-v2.Q4_K_M.gguf
error: ZodError: [ { "code": "invalid_type", "expected": "number", "received": "undefined", "path": [ "general", "quantization_version" ], "message": "Required" } ]
model: orca-mini-v2_7b.ggmlv3.q4_0.bin converted to GGUF with https://github.com/ggerganov/llama.cpp/blob/master/convert-llama-ggml-to-gguf.py it was converted before this commit ggerganov/llama.cpp@ea2c85d
P.S. Do you have any plans on providing direct layer/weight data access (R/W?) Or is this library only for metadata?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for making this library!
I tried two models with it,
phind-codellama-34b-v2.Q4_K_M.gguf
worked fine, but I got an error with another one:model: orca-mini-v2_7b.ggmlv3.q4_0.bin
converted to GGUF with https://github.com/ggerganov/llama.cpp/blob/master/convert-llama-ggml-to-gguf.py
it was converted before this commit ggerganov/llama.cpp@ea2c85d
P.S. Do you have any plans on providing direct layer/weight data access (R/W?) Or is this library only for metadata?
The text was updated successfully, but these errors were encountered: