LM: Difference between revisions

From Fundamental Ramen
Jump to navigation Jump to search
Line 26: Line 26:
hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
HF_HUB_DISABLE_XET=1 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
HF_HUB_DISABLE_XET=1 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
HF_XET_FIXED_DOWNLOAD_CONCURRENCY=20 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
</syntaxhighlight>
</syntaxhighlight>
|}
|}

Revision as of 10:56, 8 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 .
hf models ls -h "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF"
hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
HF_HUB_DISABLE_XET=1 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"
HF_XET_FIXED_DOWNLOAD_CONCURRENCY=20 hf download "unsloth/Qwen3-Coder-30B-A3B-Instruct-GGUF" --include "*Q4_K_M*"

Ubuntu

Agents

Wishlist