mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 12:54:52 +00:00
Fixing PB with default member backends/client
This commit is contained in:
parent
dc2feb4e6f
commit
5c81a1713c
@ -13,8 +13,8 @@ repos:
|
|||||||
- repo: https://github.com/doublify/pre-commit-rust
|
- repo: https://github.com/doublify/pre-commit-rust
|
||||||
rev: v1.0
|
rev: v1.0
|
||||||
hooks:
|
hooks:
|
||||||
- id: fmt
|
|
||||||
- id: cargo-check
|
- id: cargo-check
|
||||||
|
- id: fmt
|
||||||
- id: clippy
|
- id: clippy
|
||||||
- repo: https://github.com/astral-sh/ruff-pre-commit
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
||||||
rev: v0.3.0
|
rev: v0.3.0
|
||||||
|
@ -12,6 +12,7 @@ default-members = [
|
|||||||
"backends/v3",
|
"backends/v3",
|
||||||
"backends/grpc-metadata",
|
"backends/grpc-metadata",
|
||||||
# "backends/trtllm",
|
# "backends/trtllm",
|
||||||
|
"backends/client",
|
||||||
"launcher"
|
"launcher"
|
||||||
]
|
]
|
||||||
resolver = "2"
|
resolver = "2"
|
||||||
|
Loading…
Reference in New Issue
Block a user