BotConnector
Sign in Workspace Open App

Download problems

warning

Download problems

Symptoms and fixes

SymptomCauseFix
Search returns nothingHub unreachableCheck connectivity; botconnector doctor shows HF status
Download stalls at 0%Hub rate limit / proxyRetry; corporate proxies may need exceptions
Speed drops mid-downloadHub throttlingResume — partial files continue, not restart
Checksum mismatch on loadCorrupted file / disk issueDelete and re-download (Installed models)
"Disk full"Store location too smallFree space or move store (Model storage)
401/403 from HubGated repositoryAccept license on huggingface.co (Gated models)

Resuming downloads

botconnector get resumes partial downloads. If a resume loop fails:

powershell
botconnector models remove <publisher>/<model>
botconnector get <publisher>/<model>@Q4_K_M

Sharded models

Files like -00002-of-00005.gguf are parts of one model; all parts download together. A missing part fails the set — re-run get to complete it.

Slow speeds

  • Hub throughput varies by region and load — retry later is often the fix.
  • VPNs can slow Hub CDN routes; test without.
  • Verify disk health if a specific file repeatedly corrupts.

Verification after download

powershell
botconnector ls

Compare the size to the file list shown on the model detail page (Model catalog). Mismatch → corrupted → re-download.