tomoul rm

Delete cached model weights to free disk. Cache lives at `~/.cache/tomoul/` by default.

Usage

$ tomoul rm inkubalm-0.4b
  Removed inkubalm-0.4b (240 MB)

Flags

FlagNotes
--allRemove every cached model. Confirms first.
--quant <q>Only remove a specific quantization variant of the named model.
--forceSkip confirmation on --all.
--dry-runPrint what would be removed, do nothing.

Caution

If a tomoul serve process has the model loaded, rm fails — the weights are mmapped. Stop the server first.

The cache is regenerable — tomoul pull or tomoul serve will re-download — so removal is safe by default.

Last updated 13 May 2026Edit this page on GitHub