Remek commited on
Commit
4160772
·
verified ·
1 Parent(s): ce81809

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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
- PARAMETER stop "<|start_header_id|>"
28
- PARAMETER stop "<|end_header_id|>"
29
- PARAMETER stop "<|eot_id|>"
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