File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ tqdm==4.66.1
2323numpy == 1.24.4
2424matplotlib
2525librosa
26- torch == 2.9
26+ torch == 2.10
2727torchvision
2828torchdata
2929networkx
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 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
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
4141# Install two language tokenizers for Translation with TorchText tutorial
4242pip 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
4343
You can’t perform that action at this time.
0 commit comments