b4rtaz commited on
Commit
91900c0
β€’
1 Parent(s): 5e4c39f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -3
README.md CHANGED
@@ -1,3 +1,25 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - distributed-inference
5
+ - text-generation
6
+ ---
7
+
8
+ This is converted [TinyLlama-1.1B-3T](https://huggingface.co/TinyLlama/TinyLlama-1.1B-intermediate-step-1431k-3T) model to [Distributed Llama](https://github.com/b4rtaz/distributed-llama) format. The model is quantized to Q40.
9
+
10
+ ## πŸš€ How to Run?
11
+
12
+ 1. ⏬ Download this repository.
13
+ 2. ⏬ Download [Distributed Llama](https://github.com/b4rtaz/distributed-llama) repository.
14
+ 3. πŸ”¨ Build Distributed Llama:
15
+ ```
16
+ make dllama
17
+ ```
18
+ 4. πŸš€ Run Distributed Llama:
19
+ ```
20
+ ./dllama chat --model dllama_model_tinylama_1.1b_3t_q40.m --tokenizer dllama_tokenizer_tinylama_1.1b_3t.t --buffer-float-type q80 --nthreads 4
21
+ ```
22
+
23
+ ## 🎩 License
24
+
25
+ Apache 2.0