Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
df246e69
Unverified
Commit
df246e69
authored
Nov 14, 2024
by
Tzu Gwo
Committed by
GitHub
Nov 14, 2024
Browse files
chore: open lto and optimization in release profile (#2028)
parent
fb9fb351
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
rust/Cargo.toml
rust/Cargo.toml
+4
-0
No files found.
rust/Cargo.toml
View file @
df246e69
...
@@ -24,3 +24,7 @@ futures-util = "0.3"
...
@@ -24,3 +24,7 @@ futures-util = "0.3"
serde_json
=
"1.0"
serde_json
=
"1.0"
pyo3
=
{
version
=
"0.22.5"
,
features
=
["extension-module"]
}
pyo3
=
{
version
=
"0.22.5"
,
features
=
["extension-module"]
}
tokenizers
=
{
version
=
"0.20.3"
,
features
=
["http"]
}
tokenizers
=
{
version
=
"0.20.3"
,
features
=
["http"]
}
[profile.release]
lto
=
"thin"
codegen-units
=
1
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment