fix(dependencies): pin pytorch version (#3872)

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto 2024-10-18 09:11:59 +02:00 committed by GitHub
parent a26fb548b1
commit 3e77a17b26
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
46 changed files with 58 additions and 58 deletions

View file

@ -1,3 +1,3 @@
transformers
accelerate
torch
torch==2.4.1

View file

@ -1,4 +1,4 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
transformers
accelerate

View file

@ -1,3 +1,3 @@
torch
torch==2.4.1
transformers
accelerate