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

Can you support running it through ollama (https://github.com/ollama/ollama)? #24

Open
ICLXL opened this issue Apr 17, 2024 · 4 comments

Comments

@ICLXL
Copy link

ICLXL commented Apr 17, 2024

No description provided.

@beeant0512
Copy link

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

@zjh-nuc-AIOT
Copy link

@beeant0512 我按照你这modefile部署了一下结果模型总是在胡言乱语

@zjh-nuc-AIOT
Copy link

我去hugg下载的.gguf,然后在ollama部署

@zjh-nuc-AIOT
Copy link

有合适的.gguf以及modefile分享吗

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

3 participants