Skip to content

Commit

Permalink
Merge pull request #94 from VikParuchuri/dev
Browse files Browse the repository at this point in the history
Downgrade torch
  • Loading branch information
VikParuchuri committed May 8, 2024
2 parents 180c37b + 1de7b9d commit 40a1043
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 81 deletions.
118 changes: 38 additions & 80 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 @@ -22,7 +22,7 @@ include = [
[tool.poetry.dependencies]
python = ">=3.9,<3.13,!=3.9.7"
transformers = "4.36.2"
torch = "^2.1.2"
torch = "2.2.2"
pydantic = "^2.5.3"
pydantic-settings = "^2.1.0"
python-dotenv = "^1.0.0"
Expand Down

0 comments on commit 40a1043

Please sign in to comment.