metadata
license: llama3.1
tags:
- distributed-inference
- text-generation
This is converted Llama 3.1 8B Instruct model to Distributed Llama format. The model is quantized to Q40.
π How to Run?
- β¬ Download this repository.
- β¬ Download Distributed Llama repository.
- π¨ Build Distributed Llama:
make dllama
- π Run Distributed Llama:
./dllama chat --model dllama_model_llama3.1_instruct_q40.m --tokenizer dllama_tokenizer_llama_3_1.t --buffer-float-type q80 --nthreads 4