File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -29,13 +29,6 @@ pip install -r $DIR/../requirements.txt
29
29
# pip uninstall -y torch torchvision torchaudio torchtext
30
30
# pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu116/torch_test.html torch torchdata torchvision torchaudio torchtext
31
31
32
- # Install 2.0 nightly
33
-
34
- pip uninstall -y torch torchvision torchaudio torchtext torchdata
35
- # pip install --pre --upgrade -f https://download.pytorch.org/whl/test/cu118/torch_test.html torch torchdata torchvision torchaudio torchtext
36
- pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/test/cu117
37
- pip3 install torchdata torchtext --index-url https://download.pytorch.org/whl/test/cpu
38
-
39
32
# Install two language tokenizers for Translation with TorchText tutorial
40
33
python -m spacy download en_core_web_sm
41
34
python -m spacy download de_core_news_sm
You can’t perform that action at this time.
0 commit comments