Skip to content

Commit

Permalink
Pin specific version of torch/torch-xla
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Apr 11, 2024
1 parent cba3a11 commit 8a1cef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ keywords = [

dependencies = [
"transformers == 4.39.3",
"torch-xla[tpu]>=2.2.0",
"torch>=2.2.0",
"torch == 2.2.0",
"torch-xla[tpu] == 2.2.0",
"loguru == 0.6.0"
]

Expand Down

0 comments on commit 8a1cef1

Please sign in to comment.