File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3636
3737# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
3838# Install 2.5 to merge all 2.4 PRs - uncomment to install nightly binaries (update the version as needed).
39- # sudo pip uninstall -y fbgemm-gpu torchrec
40- # sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata torchrl tensordict
41- # sudo pip3 install fbgemm-gpu==1.1.0 torchrec==1.0.0 --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu124
42- # pip3 install torch==2.7.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu126
39+ sudo pip uninstall -y torch torchvision torchaudio torchtext torchdata
40+ pip3 install torch==2.10.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu130
4341# Install two language tokenizers for Translation with TorchText tutorial
4442pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-3.4.0/en_core_web_sm-3.4.0-py3-none-any.whl
4543
You can’t perform that action at this time.
0 commit comments