hf_text-generation-inference/Cargo.toml

13 lines
152 B
TOML

[workspace]
members = [
"router",
"router/client",
"launcher"
]
[profile.release]
debug = 1
incremental = true
lto = "off"
panic = "abort"