Skip to content

Commit

Permalink
fix(mamba): pin torch version (#3871)
Browse files Browse the repository at this point in the history
causal-conv1d supports only torch 2.4.x, not torch 2.5.x

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
  • Loading branch information
mudler authored Oct 17, 2024
1 parent fd40432 commit dcabda4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion backend/python/mamba/requirements-cpu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torch==2.4.1
transformers
2 changes: 1 addition & 1 deletion backend/python/mamba/requirements-cublas11.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch==2.4.1+cu118
transformers
2 changes: 1 addition & 1 deletion backend/python/mamba/requirements-cublas12.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
torch
torch==2.4.1
transformers

0 comments on commit dcabda4

Please sign in to comment.