Skip to content

Commit 63b71a8

Browse files
Updated yamato pytest GPU tests for torch 1.13.1 (#5985)
1 parent fb24597 commit 63b71a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/pytest-gpu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest_gpu:
1111
python3 -m pip install pyyaml --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple
1212
python3 -u -m ml-agents.tests.yamato.setup_venv
1313
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
1515
if python -c "exec('import torch \nif not torch.cuda.is_available(): raise')" &> /dev/null; then
1616
echo 'all good'
1717
else

0 commit comments

Comments
 (0)