mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 10:35:01 +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
3 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue