Install compressed-tensors in Docker CPU builds

This commit is contained in:
Daniël de Kok 2024-11-20 14:17:47 +00:00
parent bd6e8b3c13
commit 45013b60a4
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@ COPY server/Makefile server/Makefile
RUN cd server && \
make gen-server && \
pip install -r requirements_intel.txt && \
pip install ".[accelerate, peft, outlines]" --no-cache-dir
pip install ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir
# Install benchmarker
COPY --from=builder /usr/src/target/release-opt/text-generation-benchmark /usr/local/bin/text-generation-benchmark