mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-02 20:52:07 +00:00
10 lines
201 B
TOML
10 lines
201 B
TOML
[package]
|
|
name = "text-generation-backends-vllm"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
homepage.workspace = true
|
|
|
|
[dependencies]
|
|
pyo3 = "0.23"
|
|
pyo3-asyncio = "0.20" |