Skip to content

Commit 0adb352

Browse files
authored
1 parent 241b687 commit 0adb352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer_scripts/js/initializeApp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const commonPackages = [
3939
ffmpegPackage,
4040
];
4141

42-
const cudaPackages = `pytorch[version=${torchVersion},build=py3.10_cuda${cudaVersion}*] pytorch-cuda=${cudaVersion} torchvision torchaudio cuda-toolkit ninja`;
42+
const cudaPackages = `pytorch[version=${torchVersion},build=py3.10_cuda${cudaVersion}.*] pytorch-cuda=${cudaVersion} torchvision torchaudio cuda-toolkit ninja`;
4343
const cudaPytorchInstall$ = [
4444
"conda install -y -k",
4545
...commonPackages,

0 commit comments

Comments
 (0)