rust server build release artifacts (#33096)
Co-authored-by: Alex Nails <alex.nails@radixark.ai>
This commit is contained in:
@@ -9,6 +9,8 @@ license.workspace = true
|
|||||||
# of the main sglang wheel at the given import path.
|
# of the main sglang wheel at the given import path.
|
||||||
[package.metadata.sglang]
|
[package.metadata.sglang]
|
||||||
python-module = "sglang.srt.grpc._core"
|
python-module = "sglang.srt.grpc._core"
|
||||||
|
# Always build optimized, even for an editable install.
|
||||||
|
debug = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
# Unique per-crate artifact name (the shared workspace target/ dir cannot hold
|
# Unique per-crate artifact name (the shared workspace target/ dir cannot hold
|
||||||
|
|||||||
@@ -8,6 +8,8 @@ license.workspace = true
|
|||||||
# Consumed by python/setup.py: registers this crate as a PyO3 extension module.
|
# Consumed by python/setup.py: registers this crate as a PyO3 extension module.
|
||||||
[package.metadata.sglang]
|
[package.metadata.sglang]
|
||||||
python-module = "sglang.srt.server._core"
|
python-module = "sglang.srt.server._core"
|
||||||
|
# Always build optimized, even for an editable install.
|
||||||
|
debug = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "sglang_server"
|
name = "sglang_server"
|
||||||
|
|||||||
Reference in New Issue
Block a user