mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 08:22:07 +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
|
||||
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 && \
|
||||
git clone --depth 1 --single-branch https://github.com/ROCm/triton.git && \
|
||||
cd triton/python && \
|
||||
|
Loading…
Reference in New Issue
Block a user