-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmodels.yaml
30 lines (30 loc) · 990 Bytes
/
models.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
models:
# Luna AI Llama 2 Uncensored
- url: "https://huggingface.co/TheBloke/Luna-AI-Llama2-Uncensored-GGUF/resolve/main/luna-ai-llama2-uncensored.Q4_K_M.gguf"
promptTemplate: |
You are a helpful AI assistant.
USER: {{.Input}}
ASSISTANT:
resources:
requests:
cpu: 8192m
memory: 16384Mi
# Mistral 7B Instruct
- url: "https://huggingface.co/TheBloke/Mistral-7B-Instruct-v0.1-GGUF/resolve/main/mistral-7b-instruct-v0.1.Q4_K_M.gguf"
promptTemplate: |
<s>[INST] {{.Input}} [/INST]
resources:
requests:
cpu: 8192m
memory: 16384Mi
# GPT4All-J 6B
- url: "https://gpt4all.io/models/ggml-gpt4all-j.bin"
promptTemplate: |
The prompt below is a question to answer, a task to complete, or a conversation to respond to; decide which and write an appropriate response.
### Prompt:
{{.Input}}
### Response:
resources:
requests:
cpu: 8192m
memory: 16384Mi