Skip to content

Commit e65e325

Browse files
authored
models(gallery): add apollo2-9b (#3860)
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent bc7d458 commit e65e325

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

gallery/index.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3023,6 +3023,20 @@
30233023
- filename: Gemma-2-Ataraxy-v3i-9B.Q4_K_M.gguf
30243024
sha256: f14c5b9373d4058f0f812c6c34184addeb4aeeecb02a7bbcf9844d9afc8d0066
30253025
uri: huggingface://QuantFactory/Gemma-2-Ataraxy-v3i-9B-GGUF/Gemma-2-Ataraxy-v3i-9B.Q4_K_M.gguf
3026+
- !!merge <<: *gemma
3027+
name: "apollo2-9b"
3028+
url: "github:mudler/LocalAI/gallery/vicuna-chat.yaml@master"
3029+
urls:
3030+
- https://huggingface.co/mradermacher/Apollo2-9B-GGUF
3031+
description: |
3032+
Covering 12 Major Languages including English, Chinese, French, Hindi, Spanish, Arabic, Russian, Japanese, Korean, German, Italian, Portuguese and 38 Minor Languages So far.
3033+
overrides:
3034+
parameters:
3035+
model: Apollo2-9B.Q4_K_M.gguf
3036+
files:
3037+
- filename: Apollo2-9B.Q4_K_M.gguf
3038+
sha256: 9fdb63f78e574558a4f33782eca88716eea28e90ea3ae36c381769cde6b81e0f
3039+
uri: huggingface://mradermacher/Apollo2-9B-GGUF/Apollo2-9B.Q4_K_M.gguf
30263040
- &llama3
30273041
url: "github:mudler/LocalAI/gallery/llama3-instruct.yaml@master"
30283042
icon: https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/aJJxKus1wP5N-euvHEUq7.png

gallery/vicuna-chat.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ config_file: |
1414
system: "System: "
1515
assistant: "Assistant: "
1616
f16: true
17+
stopwords:
18+
- <|end|>
19+
- <|endoftext|>
20+
- <eos>
1721
template:
1822
completion: |
1923
Complete the following sentence: {{.Input}}

0 commit comments

Comments
 (0)