remove stupid thing
This commit is contained in:
@@ -19,8 +19,7 @@ RUN apt-get update && apt-get install -y git \
|
||||
CUDA_HOME=/usr/local/cuda \
|
||||
TORCH_CUDA_ARCH_LIST="10.0" \
|
||||
pip install --no-cache-dir --no-build-isolation . && \
|
||||
rm -rf /tmp/lmcache && export CACHE_BUSTER=5 && \
|
||||
pip uninstall -y cupy-cuda12x || true
|
||||
rm -rf /tmp/lmcache && export CACHE_BUSTER=5
|
||||
|
||||
|
||||
# Make sure we have patch to make MTP work on GLM (I did this based on vllm-project/vllm#40989)
|
||||
|
||||
Reference in New Issue
Block a user