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:
Ettore Di Giacinto 2024-10-17 23:04:11 +02:00 committed by GitHub
parent fd4043266b
commit dcabda42d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -1,2 +1,2 @@
torch
torch==2.4.1
transformers

View File

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

View File

@ -1,2 +1,2 @@
torch
torch==2.4.1
transformers