fix: downgrade torch (#1902)

Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
Ettore Di Giacinto 2024-03-26 22:56:02 +01:00 committed by GitHub
parent 2d7913b3be
commit 607586e0b7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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