Open Smuzzies opened 2 months ago
I'm experiencing the same issue. I left the command running for an hour, and it ended up taking almost half of my storage.
Same issue, hope the developer can look into this.
Installing the stable build worked for me for Python 3.10, Cuda 12.1 and x86_64 on Linux:
% pip3 install torch torchvision torchaudio
I'm wondering if it is a python 3.10 thing.
or use this instead, idk what the main goal using nightly here.
pip install torch==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124
pip install torchvision==0.19.0+cu124 --index-url https://download.pytorch.org/whl/cu124
or use this instead, idk what the main goal using nightly here.
pip install torch==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124 pip install torchvision==0.19.0+cu124 --index-url https://download.pytorch.org/whl/cu124
Thanks! This worked!
I'm seeing this issue when attempting to install via pinokio. It seems to be stuck downloading various versions of torch and torchvision.
or use this instead, idk what the main goal using nightly here.
pip install torch==2.4.0+cu124 --index-url https://download.pytorch.org/whl/cu124 pip install torchvision==0.19.0+cu124 --index-url https://download.pytorch.org/whl/cu124
I had the same issue, it was downloading terabytes of useless packages, it tooks hours and never finished. I had to stop it, delete the venv + cache folder and start over using the tagged ones as you mention and that worked. Thank you.
Pretty sure that nightly command is downloading every nightly version they've ever created. Started it and walked away for a few hours, came back to it still downloading.