Azamorn commited on
Commit
e07040b
1 Parent(s): 200a974

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -22,4 +22,8 @@ make main
22
  4. Run Distributed Llama:
23
  ```
24
  ./main inference --prompt "Hello world" --steps 128 --weights-float-type q40 --buffer-float-type q80 --nthreads 4 --model path/to/dllama_meta-llama-3-8b_q40.bin --tokenizer path/to/dllama_meta-llama3-tokenizer.t
25
- ```
 
 
 
 
 
22
  4. Run Distributed Llama:
23
  ```
24
  ./main inference --prompt "Hello world" --steps 128 --weights-float-type q40 --buffer-float-type q80 --nthreads 4 --model path/to/dllama_meta-llama-3-8b_q40.bin --tokenizer path/to/dllama_meta-llama3-tokenizer.t
25
+ ```
26
+
27
+ ### Chat Template
28
+
29
+ Please keep in mind this model expects the prompt to use the chat template of llama 3.