Views
No views yet
.pte model converted from HuggingFaceTB/SmolLM2-135M-Instruct for on-device inference with ToMogo.| Property | Value |
|---|---|
| Source | HuggingFaceTB/SmolLM2-135M-Instruct |
| Format | executorch |
| Quantization | int4 weight-only |
| Backend | xnnpack |
| Fusion | disabled |
| Total Size | 241.4 MB |
| File | Size |
|---|---|
README.md | 0.0 MB |
chat_template.jinja | 0.0 MB |
export_config.json | 0.0 MB |
model.pte | 238.0 MB |
tokenizer.json | 3.4 MB |
tokenizer_config.json | 0.0 MB |
1val engine = ExecuTorchEngine(modelDir = "/path/to/SmolLM2-135M-Instruct-ET")
2engine.prefill(prompt) { token -> print(token) }