Skip to content
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

是否可以使用llama.cpp自己对huggingface上的FlagAlpha/Llama3-Chinese-8B-Instruct模型进行量化,下面是我遇到的问题 #344

Open
ZhichengQian1 opened this issue Jun 1, 2024 · 0 comments

Comments

@ZhichengQian1
Copy link

我使用的指令如下:
$ 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

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

No branches or pull requests

1 participant