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
zhaoyu6
sglang
Commits
5538e05c
"src/vscode:/vscode.git/clone" did not exist on "4fd6e7103006e01f7a4f5d723b13ea0e789ff3ce"
Unverified
Commit
5538e05c
authored
Nov 01, 2025
by
huangtingwei
Committed by
GitHub
Nov 01, 2025
Browse files
fix default env var for mooncake store (#12429)
parent
c30ebb93
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_store.py
...ng/srt/mem_cache/storage/mooncake_store/mooncake_store.py
+1
-1
No files found.
python/sglang/srt/mem_cache/storage/mooncake_store/mooncake_store.py
View file @
5538e05c
...
@@ -104,7 +104,7 @@ class MooncakeStoreConfig:
...
@@ -104,7 +104,7 @@ class MooncakeStoreConfig:
device_name
=
os
.
getenv
(
"MOONCAKE_DEVICE"
,
""
),
device_name
=
os
.
getenv
(
"MOONCAKE_DEVICE"
,
""
),
master_server_address
=
os
.
getenv
(
"MOONCAKE_MASTER"
),
master_server_address
=
os
.
getenv
(
"MOONCAKE_MASTER"
),
master_metrics_port
=
int
(
master_metrics_port
=
int
(
os
.
getenv
(
"MOONCAKE_MASTER_METRICS_PORT"
,
DEFAULT_
GLOBAL_SEGMENT_SIZE
)
os
.
getenv
(
"MOONCAKE_MASTER_METRICS_PORT"
,
DEFAULT_
MASTER_METRICS_PORT
)
),
),
check_server
=
bool
(
os
.
getenv
(
"MOONCAKE_CHECK_SERVER"
,
DEFAULT_CHECK_SERVER
)),
check_server
=
bool
(
os
.
getenv
(
"MOONCAKE_CHECK_SERVER"
,
DEFAULT_CHECK_SERVER
)),
)
)
...
...
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