Error Downloading BF16

#1
by Hunterx - opened

Hi - Just letting you know that BF16 link is broken, says not a gguf and bad request.

I'm leaving this record for people like me.

If you encounter a 400 error when downloading the BF16 version, following the steps below will allow you to download it successfully:

python3 -m pip install -U huggingface_hub hf-xet  
  
cd ~/<Download>  
  
HF_XET_HIGH_PERFORMANCE=1 \  
hf download timteh673/Qwen3.5-122B-A10B-Opus-Reasoning-GGUF \  
  Qwen3.5-122B-A10B-Opus-Reasoning-BF16.gguf \  
  --local-dir .  

Anyway, thank you for releasing the BF16 version! πŸŽ‰

Sign up or log in to comment