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

models(gallery): add apollo2-9b #3860

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions gallery/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3023,6 +3023,20 @@
- filename: Gemma-2-Ataraxy-v3i-9B.Q4_K_M.gguf
sha256: f14c5b9373d4058f0f812c6c34184addeb4aeeecb02a7bbcf9844d9afc8d0066
uri: huggingface://QuantFactory/Gemma-2-Ataraxy-v3i-9B-GGUF/Gemma-2-Ataraxy-v3i-9B.Q4_K_M.gguf
- !!merge <<: *gemma
name: "apollo2-9b"
url: "github:mudler/LocalAI/gallery/vicuna-chat.yaml@master"
urls:
- https://huggingface.co/mradermacher/Apollo2-9B-GGUF
description: |
Covering 12 Major Languages including English, Chinese, French, Hindi, Spanish, Arabic, Russian, Japanese, Korean, German, Italian, Portuguese and 38 Minor Languages So far.
overrides:
parameters:
model: Apollo2-9B.Q4_K_M.gguf
files:
- filename: Apollo2-9B.Q4_K_M.gguf
sha256: 9fdb63f78e574558a4f33782eca88716eea28e90ea3ae36c381769cde6b81e0f
uri: huggingface://mradermacher/Apollo2-9B-GGUF/Apollo2-9B.Q4_K_M.gguf
- &llama3
url: "github:mudler/LocalAI/gallery/llama3-instruct.yaml@master"
icon: https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/aJJxKus1wP5N-euvHEUq7.png
Expand Down
4 changes: 4 additions & 0 deletions gallery/vicuna-chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ config_file: |
system: "System: "
assistant: "Assistant: "
f16: true
stopwords:
- <|end|>
- <|endoftext|>
- <eos>
template:
completion: |
Complete the following sentence: {{.Input}}
Expand Down
Loading