Skip to content

Commit

Permalink
fix: version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugoch committed Oct 18, 2024
1 parent e7c3465 commit c680008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM rust:1-bullseye AS builder
LABEL org.opencontainers.image.source=https://github.com/huggingface/text-generation-inference-benchmark
LABEL org.opencontainers.image.description="A benchmark tool for LLM inference engines"
LABEL org.opencontainers.image.licenses="Apache-2.0"
ARG GIT_SHA
WORKDIR /usr/src/text-generation-inference-benchmark
COPY . .
RUN cargo install --path .
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ test:
cargo test --package text-generation-inference-benchmark

lint:
cargo +nightly clippy --package text-generation-inference-benchmark
cargo +nightly fmt
cargo +nightly fmt
cargo clippy --package text-generation-inference-benchmark

0 comments on commit c680008

Please sign in to comment.