Skip to content

Commit

Permalink
chore: Change torch dep to 1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 27, 2022
1 parent 4669c75 commit cafe629
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 10 deletions.
49 changes: 40 additions & 9 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 @@ -14,7 +14,7 @@ hydra-core = "^1.1.1"
transformers = "^4.24.0"
datasets = "^2.7.1"
scikit-learn = "^1.1.3"
torch = {url = "https://files.pythonhosted.org/packages/79/b3/eaea3fc35d0466b9dae1e3f9db08467939347b3aaa53c0fd81953032db33/torch-1.13.0-cp310-none-macosx_11_0_arm64.whl"}
torch = "1.12.1"

[tool.poetry.group.dev.dependencies]
pytest = "^7.0.0"
Expand Down

0 comments on commit cafe629

Please sign in to comment.