text-generation-inference/Cargo.toml

17 lines
210 B
TOML
Raw Normal View History

2022-10-18 13:19:03 +00:00
[workspace]
members = [
"router",
"router/client",
2023-02-13 12:02:45 +00:00
"router/grpc-metadata",
2022-10-18 13:19:03 +00:00
"launcher"
]
exclude = [
"benchmark"
]
2022-10-18 13:19:03 +00:00
[profile.release]
debug = 1
incremental = true
lto = "off"
2022-11-14 12:59:56 +00:00
panic = "abort"