Skip to content

Commit

Permalink
downgrade torch version to ^2.0.0 in pyproject.toml to fix the memory…
Browse files Browse the repository at this point in the history
… issues.
  • Loading branch information
chakravarthik27 committed Jan 3, 2025
1 parent 770d632 commit 1556b60
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 215 deletions.
244 changes: 30 additions & 214 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 @@ -61,7 +61,7 @@ spacy = { version = ">=3.0.0", optional = true }
nest-asyncio = "^1.5.0"
openai = "^1.40.6"
jsonlines = ">=3.1.0"
torch = {version = "2.2.0", optional = true}
torch = { version = "^2.0.0", optional = true }
pandas = "^2.0.3"
pyyaml = "^6.0"
tqdm = "^4.67.1"
Expand Down

0 comments on commit 1556b60

Please sign in to comment.