Why is my llm download taking so long and growing larger for a small model #3293
|
I wanted to test and experiment with the workspace, so I tried downloading Qwen3.5-4B (Q4-K-M) because from research and looking at huggingface, its a small model (almost 5gb) and can run on my hardware (9070xt gpu, 9800x3d cpu, 16gbs ddr5 ram) according to the built-in calculator. However, after it kept failing, it finally started downloading, but it went on for hours and the size of the download kept growing larger. I am new to llms and currently learning a bit of coding, so my knowledge is not that great. Could someone help explain why this is happening or if I made a mistake somewhere? |
Replies: 1 comment 3 replies
|
Hi buddy. No worries, you can cancel the download. The first download actually already fetched the model itself, so theoretically it should work now, assuming it's implemented correctly in Cookbook. |

Hi buddy. No worries, you can cancel the download. The first download actually already fetched the model itself, so theoretically it should work now, assuming it's implemented correctly in Cookbook.
What's happening here is quite simple: You are currently downloading both the base model (which is already finished) as well as all the quantized versions (which are smaller and more performant than the base model).