Skip to content

Commit

Permalink
fix triton install?
Browse files Browse the repository at this point in the history
  • Loading branch information
gagank1 committed Dec 5, 2024
1 parent d0ce65b commit f4ff8ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.arm
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ RUN CAUSAL_CONV1D_FORCE_BUILD=TRUE pip --disable-pip-version-check --no-cache-di

# Manually build triton (mamba dependency) - no existing ARM build
RUN git clone https://github.com/triton-lang/triton.git && \
cd triton && \
pip install ninja cmake wheel pybind11 && \
pip install python
cd triton/python && \
pip install .

# Mamba dependancy installation
RUN pip --disable-pip-version-check --no-cache-dir install \
Expand Down

0 comments on commit f4ff8ce

Please sign in to comment.