Skip to content

Commit 160335d

Browse files
Fix mamba triton install
Signed-off-by: Keval Morabia <[email protected]>
1 parent 8cba8c0 commit 160335d

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
@@ -74,7 +74,7 @@ commands_pre =
7474
# Install Mamba model dependencies (takes 8-10mins!)
7575
# Skip triton because pytorch-triton is installed in the NGC PyTorch containers
7676
pip install pip-mark-installed
77-
pip install triton
77+
pip-mark-installed triton
7878
pip install --no-build-isolation git+https://github.com/state-spaces/mamba.git
7979

8080
# Install Eagle-3 test dependencies

0 commit comments

Comments
 (0)