Skip to content

Commit

Permalink
fix torch v
Browse files Browse the repository at this point in the history
  • Loading branch information
jstremme committed Aug 2, 2024
1 parent 61b151c commit b85427e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion models/llama/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ numpy
peft
transformers==4.35.1
sentencepiece==0.1.99
torch==1.13.1
torch
4 changes: 2 additions & 2 deletions models/long_roberta/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pandas
datasets
protobuf
matplotlib
torch==1.13.1
torch
accelerate
pyarrow
pytest
pytest

0 comments on commit b85427e

Please sign in to comment.