Skip to content

Commit

Permalink
build: Fix triton
Browse files Browse the repository at this point in the history
Signed-off-by: oliver könig <[email protected]>
  • Loading branch information
ko3n1g committed Jan 23, 2025
1 parent 9aa2a3d commit 49d9e2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ARG MAMBA_TAG=v2.2.2

RUN <<"EOF" bash -ex
# Mamba dependancy installation
pip install git+https://github.com/state-spaces/mamba.git@${MAMBA_TAG}
pip install git+https://github.com/state-spaces/mamba.git@${MAMBA_TAG} "triton=3.1.0"
git clone --depth 1 --branch ${CAUSAL_CONV_TAG} https://github.com/Dao-AILab/causal-conv1d && \
cd causal-conv1d && \
python setup.py install && \
Expand Down

0 comments on commit 49d9e2a

Please sign in to comment.