mirror of
https://github.com/mudler/LocalAI.git
synced 2025-02-18 16:40:17 +00:00
fix(mamba): pin torch version (#3871)
causal-conv1d supports only torch 2.4.x, not torch 2.5.x Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
fd4043266b
commit
dcabda42d1
@ -1,2 +1,2 @@
|
|||||||
torch
|
torch==2.4.1
|
||||||
transformers
|
transformers
|
@ -1,3 +1,3 @@
|
|||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
torch
|
torch==2.4.1+cu118
|
||||||
transformers
|
transformers
|
@ -1,2 +1,2 @@
|
|||||||
torch
|
torch==2.4.1
|
||||||
transformers
|
transformers
|
Loading…
x
Reference in New Issue
Block a user