LM: Difference between revisions
Jump to navigation
Jump to search
(→hf) |
(→hf) |
||
| Line 20: | Line 20: | ||
| || | | || | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
hf models ls --search " | hf models ls --search "coder" --apps llama.cpp --sort downloads --limit 1 --format json | jq . | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
Revision as of 17:44, 6 August 2026
Build environment
hf
| Purpose | Command |
|---|---|
hf cache list
| |
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 .
|