2022-10-18 07:19:03 -06:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2023-05-09 05:19:31 -06:00
|
|
|
"benchmark",
|
2022-10-18 07:19:03 -06:00
|
|
|
"router",
|
|
|
|
"router/client",
|
2023-02-13 05:02:45 -07:00
|
|
|
"router/grpc-metadata",
|
2022-10-18 07:19:03 -06:00
|
|
|
"launcher"
|
|
|
|
]
|
2023-05-09 05:19:31 -06:00
|
|
|
|
|
|
|
[workspace.package]
|
2023-06-01 11:49:13 -06:00
|
|
|
version = "0.8.2"
|
2023-05-09 05:19:31 -06:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["Olivier Dehaene"]
|
|
|
|
homepage = "https://github.com/huggingface/text-generation-inference"
|
2022-10-18 07:19:03 -06:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
debug = 1
|
|
|
|
incremental = true
|
|
|
|
lto = "off"
|
2022-11-14 05:59:56 -07:00
|
|
|
panic = "abort"
|