Skip to content

Commit 1eeece5

Browse files
ydshiehyonigozlan
authored andcommitted
Fix autoawq[kernels] installation in quantization docker file (huggingface#41978)
fix autoawq[kernels] Co-authored-by: ydshieh <[email protected]>
1 parent 0ccb0e3 commit 1eeece5

File tree

1 file changed

+1
-1
lines changed
  • docker/transformers-quantization-latest-gpu

1 file changed

+1
-1
lines changed

docker/transformers-quantization-latest-gpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ RUN python3 -m pip install --no-cache-dir hqq
5050
RUN python3 -m pip install --no-cache-dir gguf
5151

5252
# Add autoawq for quantization testing
53-
RUN python3 -m pip install --no-cache-dir autoawq[kernels]
53+
RUN python3 -m pip install --no-cache-dir --no-build-isolation autoawq[kernels]
5454

5555
# Add quanto for quantization testing
5656
RUN python3 -m pip install --no-cache-dir optimum-quanto

0 commit comments

Comments
 (0)