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
我使用的指令如下: $ python convert.py models/llama3-8b-chinese --outfile models/llama3-8b-chinese-f16.gguf --outtype f16 $ ./quantize models/llama3-8b-chinese-f16.gguf models/llama3-cn-q4_0.gguf q4_0 但是在使用ollama create这个模型并且使用的时候得到报错:Ollama: 500 Internal Server Error invalid unordered_map<K, T> key
The text was updated successfully, but these errors were encountered:
No branches or pull requests
我使用的指令如下:
$ python convert.py models/llama3-8b-chinese --outfile models/llama3-8b-chinese-f16.gguf --outtype f16
$ ./quantize models/llama3-8b-chinese-f16.gguf models/llama3-cn-q4_0.gguf q4_0
但是在使用ollama create这个模型并且使用的时候得到报错:Ollama: 500 Internal Server Error invalid unordered_map<K, T> key
The text was updated successfully, but these errors were encountered: