Why do we want mkl on AMD ?

This commit is contained in:
Nicolas Patry 2024-09-11 18:27:23 +02:00
parent 725f86716b
commit bc4b0c2c70
No known key found for this signature in database
GPG Key ID: 64AF4752B2967863

View File

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