mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 00:12:08 +00:00
feat(metrics): remove ngrok mandatory feature for backendv3 crate
This commit is contained in:
parent
712199c769
commit
f72547c9fb
@ -18,7 +18,7 @@ async-trait = "0.1.74"
|
||||
async-stream = "0.3.5"
|
||||
axum = { version = "0.7", features = ["json"] }
|
||||
axum-tracing-opentelemetry = "0.16"
|
||||
text-generation-router = { path = "../../router", features = ["engine-state", "ngrok"] }
|
||||
text-generation-router = { path = "../../router", features = ["engine-state"] }
|
||||
clap = { version = "4.4.5", features = ["derive", "env"] }
|
||||
grpc-metadata = { path = "../grpc-metadata" }
|
||||
futures = "0.3.28"
|
||||
|
Loading…
Reference in New Issue
Block a user