Views
No views yet
| Field | Value |
|---|---|
| Parameters | 1.5B |
| Architecture | Qwen2 transformer, 28 layers |
| Quantization | Q4_K_M |
| Context length | 131,072 tokens |
| File | DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-be.gguf (1.04 GB) |
| Endianness | Big-endian |
| Source | deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B |
Note: Reasoning-focused model (chain-of-thought), distilled from DeepSeek-R1.
1git clone https://gitlab.com/librepower/llama-aix.git
2cd llama-aix
3./scripts/fetch_upstream.sh && ./scripts/build_aix_73.sh
4wget https://huggingface.co/librepowerai/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-BE/resolve/main/DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-be.gguf
5./build/bin/llama-simple -m DeepSeek-R1-Distill-Qwen-1.5B-Q4_K_M-be.gguf -n 256 -t 16 "Your prompt"