|
--- |
|
license: llama3 |
|
--- |
|
|
|
This is converted **Llama 3 8B** 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 inference --prompt "Hello world" --model dllama_model_meta-llama-3-8b_q40.m --tokenizer dllama_tokenizer_llama3.t --buffer-float-type q80 --nthreads 4 |
|
``` |
|
|
|
## π© License |
|
|
|
[Llama 3 Community License](https://llama.meta.com/llama3/license/) |