File size: 715 Bytes
91900c0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
license: apache-2.0
tags:
- distributed-inference
- text-generation
---
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.
## π How to Run?
1. β¬ Download this repository.
2. β¬ Download [Distributed Llama](https://github.com/b4rtaz/distributed-llama) repository.
3. π¨ Build Distributed Llama:
```
make dllama
```
4. π Run Distributed Llama:
```
./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
```
## π© License
Apache 2.0 |