Skip to content

Commit d99974e

Browse files
Enable Mamba installation in GPU test env
Signed-off-by: Keval Morabia <[email protected]>
1 parent 9e68994 commit d99974e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ commands_pre =
6666
pip install git+https://github.com/Dao-AILab/fast-hadamard-transform.git
6767

6868
# Install Mamba model dependencies (takes 8mins!)
69-
# pip install --no-build-isolation git+https://github.com/state-spaces/mamba.git
69+
pip install --no-build-isolation git+https://github.com/state-spaces/mamba.git
7070

7171
# Install Eagle-3 test dependencies
7272
pip install tiktoken blobfile sentencepiece

0 commit comments

Comments
 (0)