Skip to content

Commit

Permalink
build(deps): change torch constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
amitkparekh committed Aug 27, 2024
1 parent c98a908 commit 52eaf6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 37 deletions.
38 changes: 2 additions & 36 deletions pdm.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 @@ -9,7 +9,7 @@ requires-python = ">=3.11,<=3.13"
readme = "README.md"
license = {text = "MIT"}
dependencies = [
"torch>=2.2.0",
"torch>=2.4.0",
"tokenizers>=0.13.3",
"transformers>=4.32.0",
"omegaconf>=2.3.0",
Expand Down

0 comments on commit 52eaf6f

Please sign in to comment.