We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
autoawq[kernels]
1 parent 0ccb0e3 commit 1eeece5Copy full SHA for 1eeece5
docker/transformers-quantization-latest-gpu/Dockerfile
@@ -50,7 +50,7 @@ RUN python3 -m pip install --no-cache-dir hqq
50
RUN python3 -m pip install --no-cache-dir gguf
51
52
# Add autoawq for quantization testing
53
-RUN python3 -m pip install --no-cache-dir autoawq[kernels]
+RUN python3 -m pip install --no-cache-dir --no-build-isolation autoawq[kernels]
54
55
# Add quanto for quantization testing
56
RUN python3 -m pip install --no-cache-dir optimum-quanto
0 commit comments