hf_text-generation-inference/Cargo.toml

13 lines
152 B
TOML
Raw Normal View History

2022-10-18 07:19:03 -06:00
[workspace]
members = [
"router",
"router/client",
"launcher"
]
[profile.release]
debug = 1
incremental = true
lto = "off"
2022-11-14 05:59:56 -07:00
panic = "abort"