mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
chore(cargo-toml): apply lto fat and codegen-units of one
This commit is contained in:
parent
0d72af5ab0
commit
fc013cdb48
@ -17,5 +17,7 @@ homepage = "https://github.com/huggingface/text-generation-inference"
|
|||||||
[profile.release]
|
[profile.release]
|
||||||
debug = 1
|
debug = 1
|
||||||
incremental = true
|
incremental = true
|
||||||
lto = "off"
|
lto = "fat"
|
||||||
|
opt-level = 3
|
||||||
|
codegen-units = 1
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
|
Loading…
Reference in New Issue
Block a user