Views
No views yet

core — shared files every other group needsinference — generate or score on devicetrain — fine-tune on device, then merge the adapter back into the base weightsrag — retrieve over documents you ingest, and ground answers in them8q_proj, v_projHuggingFaceTB/SmolLM2-135M-Instructtext-generation-with-past| id | EP | quant | engines | features | min API | rec. RAM (MB) |
|---|---|---|---|---|---|---|
| cpu-int4 | cpu | int4 | native | core, inference, train, rag | 28 | — |
cpu-int4.transformers, optimum and plain onnxruntime cannot load it. Use the framework:1// Android — pulls, verifies and installs on first use.
2val model = MobileTransformers.fromPretrained(
3 context = context,
4 repoId = "mobiletransformers/SmolLM2-135M-Instruct",
5)1# Host — download and inspect the package without a device.
2mobiletransformers pull --repo-id mobiletransformers/SmolLM2-135M-Instruct1@misc{mobiletransformers2025,
2 author = {Koreli\v{c}, Martin and Pejovi{\'c}, Veljko},
3 title = {MobileTransformers: An On-Device LLM PEFT Framework for Fine-Tuning and Inference},
4 year = {2025},
5 howpublished = {\url{https://gitlab.fri.uni-lj.si/lrk/mobiletransformers}}
6}