"tests/python/pytorch/sparse/test_sparse_matrix.py" did not exist on "ff090f698e0fbb2382f7c8ec2ca20a2e4500efdd"
Unverified Commit be23f7df authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[Docker] update doc builder dockerfile to include quant libs. (#11728)

update doc builder dockerfile to include quant libs.
parent 86becea7
...@@ -47,6 +47,10 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \ ...@@ -47,6 +47,10 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
tensorboard \ tensorboard \
transformers \ transformers \
matplotlib \ matplotlib \
setuptools==69.5.1 setuptools==69.5.1 \
bitsandbytes \
torchao \
gguf \
optimum-quanto
CMD ["/bin/bash"] CMD ["/bin/bash"]
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment