Skip to content

Commit

Permalink
Merge pull request #30 from the-database/dev
Browse files Browse the repository at this point in the history
Update PythonService.cs
  • Loading branch information
the-database authored Jul 27, 2024
2 parents 6d24249 + 5e86f62 commit 4672551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MangaJaNaiConverterGui/Services/PythonService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public string InstallUpdatePythonDependenciesCommand

var relPythonPath = @".\python\python\python.exe";

return $@"{relPythonPath} -m pip install torch==2.1.0 torchvision==0.18.1 --index-url https://download.pytorch.org/whl/cu121 && {relPythonPath} -m pip install {string.Join(" ", dependencies)}";
return $@"{relPythonPath} -m pip install torch==2.1.2 torchvision==0.16.2 --index-url https://download.pytorch.org/whl/cu121 && {relPythonPath} -m pip install {string.Join(" ", dependencies)}";
}
}

Expand Down

0 comments on commit 4672551

Please sign in to comment.