Skip to content

Commit

Permalink
Merge pull request #27 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 25, 2024
2 parents fb3124f + ff7dd51 commit 715eb5e
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.3.1 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.3.1 torchvision^>=0.18.1 --index-url https://download.pytorch.org/whl/cu121 && {relPythonPath} -m pip install {string.Join(" ", dependencies)}";
}
}

Expand Down

0 comments on commit 715eb5e

Please sign in to comment.