From e424752fa3c831f71311db1ae93df1bf7fcaf443 Mon Sep 17 00:00:00 2001 From: yuanwu2017 Date: Thu, 26 Sep 2024 00:55:02 +0800 Subject: [PATCH] Enable the AutoGPTQ (#217) Signed-off-by: yuanwu --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 6492d723..ea34352e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,6 +62,7 @@ RUN cd server && \ pip install -r requirements.txt && \ bash ./dill-0.3.8-patch.sh && \ pip install git+https://github.com/HabanaAI/DeepSpeed.git@1.17.0 && \ + BUILD_CUDA_EXT=0 pip install git+https://github.com/AutoGPTQ/AutoGPTQ.git@097dd04e --no-build-isolation && \ pip install . --no-cache-dir # Install benchmarker