text-generation-inference/Cargo.toml

12 lines
136 B
TOML
Raw Normal View History

2022-10-18 13:19:03 +00:00
[workspace]
members = [
"router",
"router/client",
"launcher"
]
[profile.release]
debug = 1
incremental = true
lto = "off"