This folder contains .cellm model artifacts tested with the Cellm Rust CLI.
Project is available here:
Cellm Project
models/qwen2.5-0.5b-int8-v1.cellmmodels/qwen2.5-0.5b-bnb4/tokenizer.jsonmodels/gemma-3-1b-it-int4-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonmodels/gemma-3-1b-it-mixed-int4-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonmodels/gemma-3-1b-it-int8-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonFrom ., run:
./target/release/infer \
--model models/qwen2.5-0.5b-int8-v1.cellm \
--tokenizer models/qwen2.5-0.5b-bnb4/tokenizer.json \
--prompt "What is sycophancy?" \
--chat \
--gen 64 \
--temperature 0 \
--backend metal \
--kv-encoding f16
./target/release/infer \
--model models/gemma-3-1b-it-mixed-int4-v1.cellm \
--tokenizer models/hf/gemma-3-1b-it-full/tokenizer.json \
--prompt "What is consciousness?" \
--chat \
--chat-format plain \
--gen 48 \
--temperature 0 \
--backend metal \
--kv-encoding f16
Cellm is a Rust-native inference runtime focused on mobile/desktop local LLM serving with Metal acceleration and memory-mapped model loading.
Please follow each upstream model license (Qwen and Gemma terms) when redistributing weights and tokenizers.
77 commits
This folder contains .cellm model artifacts tested with the Cellm Rust CLI.
Project is available here:
Cellm Project
models/qwen2.5-0.5b-int8-v1.cellmmodels/qwen2.5-0.5b-bnb4/tokenizer.jsonmodels/gemma-3-1b-it-int4-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonmodels/gemma-3-1b-it-mixed-int4-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonmodels/gemma-3-1b-it-int8-v1.cellmmodels/hf/gemma-3-1b-it-full/tokenizer.jsonFrom ., run:
./target/release/infer \
--model models/qwen2.5-0.5b-int8-v1.cellm \
--tokenizer models/qwen2.5-0.5b-bnb4/tokenizer.json \
--prompt "What is sycophancy?" \
--chat \
--gen 64 \
--temperature 0 \
--backend metal \
--kv-encoding f16
./target/release/infer \
--model models/gemma-3-1b-it-mixed-int4-v1.cellm \
--tokenizer models/hf/gemma-3-1b-it-full/tokenizer.json \
--prompt "What is consciousness?" \
--chat \
--chat-format plain \
--gen 48 \
--temperature 0 \
--backend metal \
--kv-encoding f16
Cellm is a Rust-native inference runtime focused on mobile/desktop local LLM serving with Metal acceleration and memory-mapped model loading.
Please follow each upstream model license (Qwen and Gemma terms) when redistributing weights and tokenizers.
77 commits