This is converted Qwen3-1.7B 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_qwen3_1.7b_q40.m --tokenizer dllama_tokenizer_qwen3_1.7b.t --buffer-float-type q80 --nthreads 4 --max-seq-len 8192