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 2e743e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ dependencies:
- six==1.16.0
- sympy==1.12
- tokenizers
- torch==2.2.1
- torchvision==0.17.1
- torch==2.1.2
- torchvision==0.16.2
- torchaudio==2.1.2
- tqdm==4.66.1
- triton==2.1.0
Expand Down
4 changes: 2 additions & 2 deletions backend/python/common-env/transformers/transformers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ dependencies:
- six==1.16.0
- sympy==1.12
- tokenizers
- torch==2.2.1
- torchvision==0.17.1
- torch==2.1.2
- torchvision==0.16.2
- torchaudio==2.1.2
- tqdm==4.66.1
- triton==2.1.0
Expand Down

0 comments on commit 2e743e8

Please sign in to comment.