mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
13 lines
159 B
TOML
13 lines
159 B
TOML
[workspace]
|
|
members = [
|
|
"candle-core",
|
|
"candle-hub",
|
|
"candle-kernels",
|
|
]
|
|
|
|
[profile.release]
|
|
debug = 1
|
|
opt-level = "z"
|
|
lto = true
|
|
codegen-units = 1
|