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.
1 parent 803f7fd commit 408ad40Copy full SHA for 408ad40
docker/transformers-quantization-latest-gpu/Dockerfile
@@ -12,6 +12,8 @@ SHELL ["sh", "-lc"]
12
ARG PYTORCH='2.6.0'
13
# Example: `cu102`, `cu113`, etc.
14
ARG CUDA='cu121'
15
+# Disable kernel mapping for quantization tests
16
+ENV DISABLE_KERNEL_MAPPING=1
17
18
RUN apt update
19
RUN apt install -y git libsndfile1-dev tesseract-ocr espeak-ng python3 python3-pip ffmpeg
0 commit comments