b4rtaz commited on
Commit
cc8a1e9
β€’
1 Parent(s): cbe5c7c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -3
README.md CHANGED
@@ -1,3 +1,22 @@
1
- ---
2
- license: llama3
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3
3
+ ---
4
+
5
+ This is converted **Llama 3 8B Instruct** model to [Distributed Llama](https://github.com/b4rtaz/distributed-llama) format. The model is quantized to Q40 format.
6
+
7
+ ## πŸš€ How to Run?
8
+
9
+ 1. ⏬ Download this repository.
10
+ 2. ⏬ Download [Distributed Llama](https://github.com/b4rtaz/distributed-llama) repository.
11
+ 3. πŸ”¨ Build Distributed Llama:
12
+ ```
13
+ make dllama
14
+ ```
15
+ 4. πŸš€ Run Distributed Llama:
16
+ ```
17
+ ./dllama chat --model dllama_model_lama3_instruct_q40.m --tokenizer dllama_tokenizer_llama3.t --buffer-float-type q80 --nthreads 4
18
+ ```
19
+
20
+ ## 🎩 License
21
+
22
+ [Llama 3 Community License](https://llama.meta.com/llama3/license/)