LM: Difference between revisions
Jump to navigation
Jump to search
(→hf) |
(→hf) |
||
| Line 10: | Line 10: | ||
hf cache list | hf cache list | ||
hf cache rm <model id> | hf cache rm <model id> | ||
hf cache prune | |||
</syntaxhighlight> | </syntaxhighlight> | ||
|- | |- | ||
Revision as of 18:47, 6 August 2026
Build environment
hf
| Purpose | Command |
|---|---|
hf cache list
hf cache rm <model id>
hf cache prune
| |
hf models ls --search "gemma-4" --apps llama.cpp --sort downloads --limit 10
hf models ls --search "coder" --apps llama.cpp --sort downloads --limit 10
hf models ls --search "unsloth" --apps llama.cpp --sort downloads --limit 10
| |
hf models ls --search "coder" --apps llama.cpp --sort downloads --limit 1 --format json | jq .
|