Views
No views yet
| Field | Value |
|---|---|
| Parameters | 1.7B |
| Architecture | LLaMA-style transformer (SmolLM) |
| Quantization | Q4_K_M |
| Context length | 8,192 tokens |
| File | SmolLM2-1.7B-Instruct-Q4_K_M-be.gguf (1.0 GB) |
| Endianness | Big-endian |
| Source | HuggingFaceTB/SmolLM2-1.7B-Instruct |
Note: Requires proper chat template for best results.
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/SmolLM2-1.7B-Instruct-Q4_K_M-BE/resolve/main/SmolLM2-1.7B-Instruct-Q4_K_M-be.gguf
5./build/bin/llama-simple -m SmolLM2-1.7B-Instruct-Q4_K_M-be.gguf -n 256 -t 16 "Your prompt"