mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-05-20 09:12:08 +00:00
21 lines
549 B
TOML
21 lines
549 B
TOML
[package]
|
|
name = "text-generation-backends-vllm"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
async-trait = "0.1.83"
|
|
clap = { version = "4.5.21", features = ["derive"] }
|
|
crossbeam-channel = "0.5"
|
|
pyo3 = { workspace = true }
|
|
text-generation-router = { path = "../../router" }
|
|
thiserror = "2.0"
|
|
tokio = { version = "1.43", features = ["full"] }
|
|
tokio-stream = "0.1"
|
|
uuid = { version = "1.11.0", features = ["v4"] }
|
|
log = "0.4.22"
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|