revert mkl

This commit is contained in:
Mohit Sharma 2024-08-06 12:46:35 +00:00
parent d61f7e63fa
commit e557855558

View File

@ -92,7 +92,7 @@ RUN chmod +x ~/mambaforge.sh && \
# Install flash-attention, torch dependencies # Install flash-attention, torch dependencies
RUN pip install numpy einops ninja --no-cache-dir RUN pip install numpy einops ninja --no-cache-dir
RUN conda install intel::mkl-static intel::mkl-include RUN conda install mkl-static mkl-include
RUN pip uninstall -y triton && \ RUN pip uninstall -y triton && \
git clone --depth 1 --single-branch https://github.com/ROCm/triton.git && \ git clone --depth 1 --single-branch https://github.com/ROCm/triton.git && \
cd triton/python && \ cd triton/python && \