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
No description provided.
The text was updated successfully, but these errors were encountered:
convert aixcoder-7b-base to gguf format using ollama modelfile to create ollama model eg:
FROM ggml-model-f16.gguf TEMPLATE """{{ .Prompt }}""" PARAMETER temperature 0.7 PARAMETER top_p 0.8 PARAMETER top_k 20 PARAMETER stop "[INST]" PARAMETER stop "[/INST]" PARAMETER stop "<<SYS>>" PARAMETER stop "<</SYS>>" PARAMETER stop "<s>" PARAMETER stop "</s>"
@ICLXL
Sorry, something went wrong.
@beeant0512 我按照你这modefile部署了一下结果模型总是在胡言乱语
我去hugg下载的.gguf,然后在ollama部署
有合适的.gguf以及modefile分享吗
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: