model cleanup #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixing models
Investigation complete. Here's the report:
~/.lmstudio/models (228G, mostly real files)
Model File Size
empero-ai/Qwythos-9B-Claude-Mythos-5-1M-GGUF Qwythos-9B-…-MTP-Q8_0.gguf + mmproj-f16 9.8G + 918M
LiquidAI/LFM2.5-VL-450M-GGUF Q8_0 + mmproj-F32 379M + 377M
lmstudio-community/gemma-4-12B-it-QAT Q4_0 + mmproj-BF16 7.0G + 175M
lmstudio-community/gemma-4-26B-A4B-it Q4_K_M + mmproj-BF16 16.8G + 1.2G
lmstudio-community/gemma-4-E4B-it Q4_K_M + mmproj-BF16 5.3G + 992M
lmstudio-community/GLM-4.7-Flash-GGUF Q8_0 (single file) 31.8G
lmstudio-community/mine/ Qwen3.5-27B-Claude-4.6-Opus-Distilled.i1-Q6_K 22.1G
lmstudio-community/Qwen3.6-27B Q8_0 + mmproj-BF16 28.6G + 931M
lmstudio-community/Qwen3.6-35B-A3B Q4_K_M + mmproj-BF16 21.2G + 903M
lmstudio-community/Qwen3-Coder-Next Q4_K_M (single file) 48.5G
lmstudio-community/Qwen3-VL-30B-A3B-Instruct Q4_K_M + mmproj-F16 18.6G + 1.1G
openbmb/MiniCPM-V-4-gguf ggml-model-Q4_K_S + mmproj-f16 symlinks
ggml-org/MiniCPM-V-4.6-GGUF Q4_K_M + mmproj-Q8_0 symlinks
tashfene/Ornith-1.0-35B-MTP-Q4_K_M ornith-1.0-35b-MTP-graft-Q4_K_M 21.7G
tencent/Youtu-VL-4B-Instruct Q8_0 + mmproj-BF16 5.2G + 893M
unsloth/MiniMax-M2.7-GGUF/UD-IQ4_XS 4-part split GGUF symlink to dir, 8.2M + 49.6G + 49.6G + 9.2G (≈109G)
unsloth/MiniMax-M2.7-GGUF/UD-IQ3_XXS 3-part split GGUF symlink to dir, 8.2M + 50.0G + 30.1G (≈88G)
unsloth/Mistral-Medium-3.5-128B-GGUF/Q4_K_M 2-part split GGUF ⚠️ broken — see below
~/.cache/huggingface/hub (291G)
Standard HF layout: blobs/ (real content-addressed data) ← snapshots// symlinks.
⚠️ Broken: Mistral-Medium-3.5-128B Q4_K_M (most important)
Symlinks (all healthy, by design)
Orphaned / unlinked cache models
Odd file: ~/.lmstudio/models/glmmods — a plain 1.8KB ASCII text file (LM Studio "lmstudio" spec format: FROM hf.co/unsloth/GLM-4.7-Flash-GGUF:Q6_K + manual TEMPLATE for Cline tool behavior) sitting directly in the models root, not in a model directory. It references a Q6_K that isn't present locally (you have GLM-4.7-Flash Q8_0 in lmstudio-community). Worth confirming it's meant to be a model spec LM Studio parses vs. a leftover note.
Nothing else of concern: no partial downloads, no zero-byte files, disk usage fine (629G free, 65% used).
Updated the [Mistral-Medium-3.5-128B] entry:
Key points:
directory (7.6M + 47G + 24G ≈ 72G total).
those LM Studio symlinks are absolute host paths (/home/andy/.cache/…) — broken inside the container, where the
cache lives at /hf-cache. The snapshot-internal symlinks are relative (../../blobs/…), so the /hf-cache path
resolves correctly in the container.