mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 20:18:11 +00:00
fix(dependencies): pin pytorch version (#3872)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
a26fb548b1
commit
3e77a17b26
@ -1,4 +1,4 @@
|
||||
transformers
|
||||
accelerate
|
||||
torch
|
||||
torch==2.4.1
|
||||
rerankers[transformers]
|
@ -1,5 +1,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||
transformers
|
||||
accelerate
|
||||
torch
|
||||
torch==2.4.1+cu118
|
||||
rerankers[transformers]
|
@ -1,4 +1,4 @@
|
||||
transformers
|
||||
accelerate
|
||||
torch
|
||||
torch==2.4.1
|
||||
rerankers[transformers]
|
@ -1,5 +1,5 @@
|
||||
--extra-index-url https://download.pytorch.org/whl/rocm6.0
|
||||
transformers
|
||||
accelerate
|
||||
torch
|
||||
torch==2.4.1+rocm6.0
|
||||
rerankers[transformers]
|
Reference in New Issue
Block a user