Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
a6d970e9
"lib/vscode:/vscode.git/clone" did not exist on "947939c727b24d9e634e87dbeac87273d1d2a173"
Unverified
Commit
a6d970e9
authored
Feb 25, 2026
by
Schwinn Saereesitthipitak
Committed by
GitHub
Feb 25, 2026
Browse files
feat: refactor GMS client memory manager with tiered API (#6549)
parent
651ef5b5
Changes
22
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
tests/fault_tolerance/gpu_memory_service/utils/sglang.py
tests/fault_tolerance/gpu_memory_service/utils/sglang.py
+1
-1
tests/fault_tolerance/gpu_memory_service/utils/vllm.py
tests/fault_tolerance/gpu_memory_service/utils/vllm.py
+1
-1
No files found.
tests/fault_tolerance/gpu_memory_service/utils/sglang.py
View file @
a6d970e9
...
...
@@ -44,7 +44,7 @@ class SGLangWithGMSProcess(ManagedProcess):
"gms"
,
"--enable-memory-saver"
,
"--mem-fraction-static"
,
"0.
8
"
,
"0.
9
"
,
"--port"
,
str
(
sglang_port
),
],
...
...
tests/fault_tolerance/gpu_memory_service/utils/vllm.py
View file @
a6d970e9
...
...
@@ -54,7 +54,7 @@ class VLLMWithGMSProcess(ManagedProcess):
"gms"
,
"--enable-sleep-mode"
,
"--gpu-memory-utilization"
,
"0.
8
"
,
"0.
9
"
,
"--kv-events-config"
,
kv_events_cfg
,
],
...
...
Prev
1
2
Next
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