File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pytest_gpu:
11
11
python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
12
12
python3 -u -m ml-agents.tests.yamato.setup_venv
13
13
python3 -m pip install --progress-bar=off -r test_requirements.txt --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
14
- python3 -m pip install torch==1.7 .1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
14
+ python3 -m pip install torch==1.13 .1+cu117 torchvision==0.14.1+cu117 torchaudio==0.13.1 --extra-index-url https://download.pytorch.org/whl/cu117 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
15
15
if python -c "exec('import torch \nif not torch.cuda.is_available(): raise')" &> /dev/null; then
16
16
echo 'all good'
17
17
else
You can’t perform that action at this time.
0 commit comments