amirthakatesh's picture
Add files using upload-large-folder tool
cf9d77c verified
|
Raw
History Blame Contribute Delete
3.06 kB
---
base_model: HuggingFaceTB/SmolLM2-135M-Instruct
license: apache-2.0
library_name: gguf
tags:
- gguf
- llama.cpp
- backpack
---
# SmolLM2-135M-Instruct — Backpack GGUF
🎒 **Backpack Verified**
GGUF quantizations of [HuggingFaceTB/SmolLM2-135M-Instruct](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct), tested for llama.cpp-compatible inference and packaged for Backpack.
## Model
| Property | Value |
| --- | --- |
| Original model | `HuggingFaceTB/SmolLM2-135M-Instruct` |
| Original publisher | HuggingFaceTB |
| Upstream revision | `12fd25f77366fa6b3b4b768ec3050bf629380bac` |
| Architecture | LlamaForCausalLM |
| Parameters | 134,515,008 |
| Context length | 8,192 |
| License | apache-2.0 |
## Available packages
| Quantization | Size | Approx. RAM | Recommended for |
| --- | ---: | ---: | --- |
| Q4_K_M | 100.6 MiB | 1.14 GB | Most users |
| Q5_K_M | 106.9 MiB | 1.15 GB | Higher quality |
| Q8_0 | 138.1 MiB | 1.2 GB | Plenty of memory |
Memory values are estimates, not guarantees. Runtime configuration and context length change actual use.
## Backpack recommendation
**Recommended: Q4_K_M.** It usually offers a practical quality, size, and speed balance for local inference.
## Run with llama.cpp
Using the llama.cpp revision recorded below:
```bash
llama-cli --model SmolLM2-135M-Instruct-Q4_K_M.gguf --conversation
```
## Run with Backpack
These artifacts and `backpack-model.yaml` are prepared for the [Backpack AI workspace](https://backpack.run).
## Validation
| Package | Integrity | Load | Inference | Tokenizer |
| --- | --- | --- | --- | --- |
| Q4_K_M | passed | passed | passed | passed |
| Q5_K_M | passed | passed | passed | passed |
| Q8_0 | passed | passed | passed | passed |
- Packaged: 2026-08-20T20:32:10.805207+00:00
- llama.cpp revision: `de699957b92f490efebad149665b0dccf127eaff`
- SHA-256 checksums: see `checksums.sha256`
- `SmolLM2-135M-Instruct-Q4_K_M.gguf`: `dd18a11b8634d1684448986b8c166f75319f52082d759654aaa8fe5bd2f057e3`
- `SmolLM2-135M-Instruct-Q5_K_M.gguf`: `00680963c363ba10593daf7568dd6e1ee4c4771a608fe1b4e43f86b564d9b823`
- `SmolLM2-135M-Instruct-Q8_0.gguf`: `ee785d9b4836ddb57207ae6daa630206a756c99fc52e19696f1e2ea2e8a41b99`
## Provenance
The source model was resolved to immutable revision `12fd25f77366fa6b3b4b768ec3050bf629380bac`. It was converted with llama.cpp's `convert_hf_to_gguf.py` and quantized with `llama-quantize`; the exact tested revision is recorded above and in `backpack-model.yaml`.
## License and attribution
Upstream declares **apache-2.0**. Review the [upstream model card](https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct) and comply with all applicable terms.
Backpack does not claim ownership of the original model. These artifacts are packaged and quantized distributions of the upstream model.
## Disclaimer
Quantization can alter output quality. Memory estimates vary with runtime configuration, context length, and hardware.