Skip to content

Commit

Permalink
Merge pull request #28 from Optum/pvs
Browse files Browse the repository at this point in the history
fix torch v
  • Loading branch information
jstremme authored Aug 2, 2024
2 parents 61b151c + b85427e commit 5ac6c6d
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 5ac6c6d

Please sign in to comment.