mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-22 19:44:59 +00:00
fix: downgrade torch (#1902)
Signed-off-by: Ettore Di Giacinto <mudler@users.noreply.github.com>
This commit is contained in:
parent
2d7913b3be
commit
607586e0b7
2 changed files with 4 additions and 4 deletions
|
@ -89,8 +89,8 @@ dependencies:
|
||||||
- six==1.16.0
|
- six==1.16.0
|
||||||
- sympy==1.12
|
- sympy==1.12
|
||||||
- tokenizers
|
- tokenizers
|
||||||
- torch==2.2.1
|
- torch==2.1.2
|
||||||
- torchvision==0.17.1
|
- torchvision==0.16.2
|
||||||
- torchaudio==2.1.2
|
- torchaudio==2.1.2
|
||||||
- tqdm==4.66.1
|
- tqdm==4.66.1
|
||||||
- triton==2.1.0
|
- triton==2.1.0
|
||||||
|
|
|
@ -76,8 +76,8 @@ dependencies:
|
||||||
- six==1.16.0
|
- six==1.16.0
|
||||||
- sympy==1.12
|
- sympy==1.12
|
||||||
- tokenizers
|
- tokenizers
|
||||||
- torch==2.2.1
|
- torch==2.1.2
|
||||||
- torchvision==0.17.1
|
- torchvision==0.16.2
|
||||||
- torchaudio==2.1.2
|
- torchaudio==2.1.2
|
||||||
- tqdm==4.66.1
|
- tqdm==4.66.1
|
||||||
- triton==2.1.0
|
- triton==2.1.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue