mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
revert mkl
This commit is contained in:
parent
d61f7e63fa
commit
e557855558
@ -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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user