mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-09 20:09:17 +02:00
update
This commit is contained in:
@@ -74,7 +74,6 @@ RUN if [ "$IMAGE_TYPE" = "gpu" ]; then \
|
||||
pip install -U git+https://github.com/Dao-AILab/causal-conv1d --no-build-isolation; \
|
||||
pip install git+https://github.com/Dao-AILab/fast-hadamard-transform --no-build-isolation; \
|
||||
pip install git+https://github.com/NVIDIA-NeMo/Emerging-Optimizers.git@v0.2.0; \
|
||||
pip uninstall tilelang -y; \
|
||||
cd /tmp && GIT_LFS_SKIP_SMUDGE=1 git clone https://github.com/NVIDIA/apex && \
|
||||
cd apex && pip install -v --disable-pip-version-check --no-cache-dir --no-build-isolation --config-settings "--build-option=--cpp_ext" --config-settings "--build-option=--cuda_ext" ./ && \
|
||||
cd / && rm -fr /tmp/apex && pip cache purge; \
|
||||
|
||||
Reference in New Issue
Block a user