Skip to content

Commit 584dc60

Browse files
authored
Update install_pytorch.sh
1 parent 8c96146 commit 584dc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/docker/common/install_pytorch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install_domains() {
1616
}
1717

1818
install_pytorch_and_domains() {
19-
pip_install torch==2.9.0 torchvision=0.24.0 torchaudio=2.9.0 torchao==0.14.0
19+
pip_install torch==2.9.0 torchvision==0.24.0 torchaudio==2.9.0 torchao==0.14.0
2020
}
2121

2222
install_pytorch_and_domains

0 commit comments

Comments
 (0)