We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99a3a1f commit ba5c1c2Copy full SHA for ba5c1c2
packages/llm/awq/Dockerfile
@@ -37,5 +37,8 @@ COPY quantize.py awq/
37
38
WORKDIR /
39
40
+# No module named 'lm_eval.base'
41
+RUN pip3 install --no-cache-dir --verbose 'lm-eval<=0.3.0'
42
+
43
# make sure it loads
44
RUN pip3 show awq && python3 -c 'import awq' && python3 -m awq.entry --help
0 commit comments