Skip to content

Commit

Permalink
attempt fix of #429, #428, #427
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv authored Dec 17, 2024
1 parent 241b687 commit 0adb352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer_scripts/js/initializeApp.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const commonPackages = [
ffmpegPackage,
];

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

0 comments on commit 0adb352

Please sign in to comment.