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"
|
|
|
|
]
|
2024-01-22 07:22:54 -07:00
|
|
|
resolver = "2"
|
2023-05-09 05:19:31 -06:00
|
|
|
|
|
|
|
[workspace.package]
|
2024-05-24 07:36:13 -06:00
|
|
|
version = "2.0.5-dev0"
|
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
|
|
|
|
2024-04-18 09:17:40 -06:00
|
|
|
[workspace.dependencies]
|
2024-06-03 01:27:22 -06:00
|
|
|
base64 = "0.22.0"
|
2024-04-18 09:17:40 -06:00
|
|
|
tokenizers = { version = "0.19.1", features = ["http"] }
|
|
|
|
hf-hub = { version = "0.3.1", features = ["tokio"] }
|
|
|
|
|
2022-10-18 07:19:03 -06:00
|
|
|
[profile.release]
|
2024-06-04 11:38:46 -06:00
|
|
|
incremental = true
|
|
|
|
|
|
|
|
[profile.release-binary]
|
|
|
|
inherits = "release"
|
2022-10-18 07:19:03 -06:00
|
|
|
debug = 1
|
|
|
|
incremental = true
|
2024-06-05 04:18:38 -06:00
|
|
|
panic = "abort"
|
|
|
|
|
|
|
|
[profile.release-opt]
|
|
|
|
inherits = "release"
|
|
|
|
debug = 0
|
|
|
|
incremental = false
|
2024-04-12 04:34:13 -06:00
|
|
|
lto = "fat"
|
|
|
|
opt-level = 3
|
|
|
|
codegen-units = 1
|