Skip to content

Commit

Permalink
torch 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Feb 2, 2024
1 parent 2b7e2e7 commit dd24808
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ decoy = "^2.1.0"
[tool.poetry.group.gpu.dependencies]
# Torch is not included in the normal install to allow the user to choose the versions of these dependencies when
# installing via pypi
torch = { version = "2.1.1", markers = "sys_platform == 'win32' or sys_platform == 'linux'" }
torch = { version = "2.1.2", markers = "sys_platform == 'win32' or sys_platform == 'linux'" }
accelerate = { version = "^0.26.1", markers = "sys_platform == 'win32' or sys_platform == 'linux'" }

[tool.poetry.extras]
Expand Down

0 comments on commit dd24808

Please sign in to comment.