Skip to content

Commit

Permalink
ThemisML: Update torch version to 2.5.0 (#369)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximiliansoelch authored Dec 5, 2024
1 parent 93bbe0c commit aa26799
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 35 deletions.
254 changes: 223 additions & 31 deletions modules/programming/module_programming_themisml/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ athena = { git = "https://github.com/ls1intum/Athena.git", rev = "bbb2bb0", subd
antlr4-python3-runtime = "^4.13.1"
code-bert-score = "^0.4.1"
torch = [
{url = "https://download.pytorch.org/whl/cpu/torch-2.1.0%2Bcpu-cp311-cp311-linux_x86_64.whl", platform = "linux", python = ">=3.11 <3.12", markers = "platform_machine == \"x86_64\""},
{url = "https://download.pytorch.org/whl/cpu/torch-2.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", platform = "linux", python = ">=3.11 <3.12", markers = "platform_machine == \"aarch64\""},
{url = "https://download.pytorch.org/whl/cpu/torch-2.1.0-cp311-none-macosx_11_0_arm64.whl", platform = "darwin", python = ">=3.11 <3.12"},
{url = "https://download.pytorch.org/whl/cpu/torch-2.1.0%2Bcpu-cp311-cp311-win_amd64.whl", platform = "win32", python = ">=3.11 <3.12"}
{url = "https://download.pytorch.org/whl/cpu/torch-2.5.0%2Bcpu-cp311-cp311-linux_x86_64.whl", platform = "linux", python = ">=3.11 <3.12", markers = "platform_machine == \"x86_64\""},
{url = "https://download.pytorch.org/whl/cpu/torch-2.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", platform = "linux", python = ">=3.11 <3.12", markers = "platform_machine == \"aarch64\""},
{url = "https://download.pytorch.org/whl/cpu/torch-2.5.0-cp311-none-macosx_11_0_arm64.whl", platform = "darwin", python = ">=3.11 <3.12"},
{url = "https://download.pytorch.org/whl/cpu/torch-2.5.0%2Bcpu-cp311-cp311-win_amd64.whl", platform = "win32", python = ">=3.11 <3.12"}
]

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit aa26799

Please sign in to comment.