Update README.md
Browse files
README.md
CHANGED
@@ -19,15 +19,15 @@ Wersja 0.1.32. Konfiguracja ollama plik Modelfile
|
|
19 |
```
|
20 |
FROM ./Llama-3-Omnibus-PL-v01-GGUF.Q4_K_M.gguf
|
21 |
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
|
|
22 |
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
23 |
|
24 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
25 |
|
26 |
{{ .Response }}<|eot_id|>"""
|
27 |
-
|
28 |
-
PARAMETER
|
29 |
-
PARAMETER
|
30 |
-
PARAMETER stop "<|reserved_special_token|>"
|
31 |
```
|
32 |
|
33 |
|
|
|
19 |
```
|
20 |
FROM ./Llama-3-Omnibus-PL-v01-GGUF.Q4_K_M.gguf
|
21 |
TEMPLATE """{{ if .System }}<|start_header_id|>system<|end_header_id|>
|
22 |
+
|
23 |
{{ .System }}<|eot_id|>{{ end }}{{ if .Prompt }}<|start_header_id|>user<|end_header_id|>
|
24 |
|
25 |
{{ .Prompt }}<|eot_id|>{{ end }}<|start_header_id|>assistant<|end_header_id|>
|
26 |
|
27 |
{{ .Response }}<|eot_id|>"""
|
28 |
+
SYSTEM """You are a helpful, smart, kind, and efficient AI assistant. You always fulfill the user's requests to the best of your ability."""
|
29 |
+
PARAMETER num_ctx 8192
|
30 |
+
PARAMETER num_gpu 99
|
|
|
31 |
```
|
32 |
|
33 |
|