Skip to content

Commit

Permalink
fix: downgrade torch
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Mar 26, 2024
1 parent 2d7913b commit 710699b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies:
- six==1.16.0
- sympy==1.12
- tokenizers
- torch==2.2.1
- torch==2.1.2
- torchvision==0.17.1
- torchaudio==2.1.2
- tqdm==4.66.1
Expand Down
2 changes: 1 addition & 1 deletion backend/python/common-env/transformers/transformers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies:
- six==1.16.0
- sympy==1.12
- tokenizers
- torch==2.2.1
- torch==2.1.2
- torchvision==0.17.1
- torchaudio==2.1.2
- tqdm==4.66.1
Expand Down

0 comments on commit 710699b

Please sign in to comment.