Skip to content

Commit

Permalink
Install compressed-tensors in Docker CPU builds
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Nov 20, 2024
1 parent bd6e8b3 commit 45013b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile_intel
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45013b6

Please sign in to comment.