File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ pip install --progress-bar off -r $DIR/../requirements.txt
30
30
# Nightly - pip install --pre torch torchvision torchaudio -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
31
31
# Install 2.2 for testing - uncomment to install nightly binaries (update the version as needed).
32
32
pip uninstall -y torch torchvision torchaudio torchtext torchdata
33
- pip3 install torch==2.3.0 torchvision torchaudio torchtext --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
33
+ pip3 install torch==2.3.0 torchvision torchaudio --no-cache-dir --index-url https://download.pytorch.org/whl/test/cu121
34
+ pip3 install torchtext --index-url https://download.pytorch.org/whl/test/cpu
34
35
35
36
# Install two language tokenizers for Translation with TorchText tutorial
36
37
python -m spacy download en_core_web_sm
You can’t perform that action at this time.
0 commit comments