Skip to content

Commit 09b4a4c

Browse files
committed
Use AutoGPTQ v0.7.1
Signed-off-by: Chih-Chieh-Yang <[email protected]>
1 parent 3ffda19 commit 09b4a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ RUN MAX_JOBS=2 pip --verbose wheel --no-deps flash-attn==${FLASH_ATT_VERSION} \
237237

238238
## Install auto-gptq ###########################################################
239239
FROM python-builder as auto-gptq-installer
240-
ARG AUTO_GPTQ_REF=896d8204bc89a7cfbda42bf3314e13cf4ce20b02
240+
ARG AUTO_GPTQ_REF=v0.7.1
241241

242242
WORKDIR /usr/src/auto-gptq-wheel
243243

0 commit comments

Comments
 (0)