Skip to content

Commit

Permalink
Merge pull request #67 from sbrunk/pytorch-2.1.1
Browse files Browse the repository at this point in the history
Update to PyTorch 2.1.1
  • Loading branch information
sbrunk authored Dec 11, 2023
2 parents 75acf93 + cc3b9cc commit 8a3f633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ThisBuild / tlSitePublishBranch := Some("main")
ThisBuild / apiURL := Some(new URL("https://storch.dev/api/"))

val scrImageVersion = "4.0.34"
val pytorchVersion = "2.1.0"
val pytorchVersion = "2.1.1"
val cudaVersion = "12.3-8.9"
val openblasVersion = "0.3.23"
val mklVersion = "2023.1"
Expand Down

0 comments on commit 8a3f633

Please sign in to comment.