LM: Difference between revisions
Jump to navigation
Jump to search
(→hf) |
|||
| Line 9: | Line 9: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
hf cache list | hf cache list | ||
</syntaxhighlight> | |||
|- | |||
| || | |||
<syntaxhighlight lang="bash"> | |||
hf models ls --search "gemma-4" --apps llama.cpp --sort downloads --limit 10 | |||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
Revision as of 17:15, 6 August 2026
Build environment
hf
| Purpose | Command |
|---|---|
hf cache list
| |
hf models ls --search "gemma-4" --apps llama.cpp --sort downloads --limit 10
|