CesarPetrescu/rumma

Yet another LLM Inference in Rust

Rust

0

32 commits

updated Nov 12, 2025

See the code

README

rumma

Yet another LLM Inference in Rust

CLI usage

The rumma-cli crate offers a simple demo driver that can either build a random quantized model or load 4-bit AWQ checkpoints.

Random demo weights

cargo run -p rumma-cli -- --hidden-size 4096 --layers 4 --group-size 128

Local AWQ safetensors

cargo run -p rumma-cli -- --model /path/to/model.safetensors

Download from Hugging Face

cargo run -p rumma-cli -- --hf-repo my-org/my-model --hf-file model.safetensors --revision main

Use --hf-token if the repository is private and --cache-dir to override the default cache location. Pass --hf-download-repo to eagerly fetch the entire repository before loading the checkpoint.

Contributors

CesarPetrescu

18 commits

claude

13 commits

CesarPetrescu/rumma

Yet another LLM Inference in Rust

Rust

0

32 commits

updated Nov 12, 2025

See the code

README

rumma

Yet another LLM Inference in Rust

CLI usage

The rumma-cli crate offers a simple demo driver that can either build a random quantized model or load 4-bit AWQ checkpoints.

Random demo weights

cargo run -p rumma-cli -- --hidden-size 4096 --layers 4 --group-size 128

Local AWQ safetensors

cargo run -p rumma-cli -- --model /path/to/model.safetensors

Download from Hugging Face

cargo run -p rumma-cli -- --hf-repo my-org/my-model --hf-file model.safetensors --revision main

Use --hf-token if the repository is private and --cache-dir to override the default cache location. Pass --hf-download-repo to eagerly fetch the entire repository before loading the checkpoint.

Contributors

CesarPetrescu

18 commits

claude

13 commits

Languages

Rust

100.0%