Skip to content

Commit

Permalink
Adding kvrouter to the workspace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Jan 29, 2025
1 parent 705a248 commit 7cff807
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ members = [
"backends/trtllm",
"launcher",
"router",
"kvrouter"
"kvrouter",
]
default-members = [
"benchmark",
Expand All @@ -16,6 +16,7 @@ default-members = [
"backends/grpc-metadata",
# "backends/trtllm",
"launcher",
"kvrouter",
"router"
]
resolver = "2"
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ COPY Cargo.toml Cargo.toml
COPY rust-toolchain.toml rust-toolchain.toml
COPY proto proto
COPY benchmark benchmark
COPY kvrouter kvrouter
COPY router router
COPY backends backends
COPY launcher launcher
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_amd
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ COPY rust-toolchain.toml rust-toolchain.toml
COPY proto proto
COPY benchmark benchmark
COPY router router
COPY kvrouter kvrouter
COPY backends backends
COPY launcher launcher
RUN cargo chef prepare --recipe-path recipe.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_intel
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY rust-toolchain.toml rust-toolchain.toml
COPY proto proto
COPY benchmark benchmark
COPY router router
COPY kvrouter kvrouter
COPY backends backends
COPY launcher launcher
RUN cargo chef prepare --recipe-path recipe.json
Expand Down
1 change: 1 addition & 0 deletions Dockerfile_trtllm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ COPY rust-toolchain.toml rust-toolchain.toml
COPY router router
COPY backends backends
COPY benchmark benchmark
COPY kvrouter kvrouter
COPY launcher launcher
COPY --from=trt-builder /usr/local/tensorrt /usr/local/tensorrt
COPY --from=mpi-builder /usr/local/mpi /usr/local/mpi
Expand Down

0 comments on commit 7cff807

Please sign in to comment.