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
vllm_cscc
Commits
53bf71b0
Unverified
Commit
53bf71b0
authored
Dec 01, 2025
by
Zuyi Zhao
Committed by
GitHub
Dec 01, 2025
Browse files
[Misc] Update conftest for entrypoints/sagemaker test folder (#29799)
Signed-off-by:
Zuyi Zhao
<
zhaozuy@amazon.com
>
parent
f441d36c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
tests/entrypoints/sagemaker/conftest.py
tests/entrypoints/sagemaker/conftest.py
+4
-1
No files found.
tests/entrypoints/sagemaker/conftest.py
View file @
53bf71b0
...
...
@@ -45,7 +45,10 @@ def basic_server_with_lora(smollm2_lora_files):
"64"
,
]
envs
=
{
"VLLM_ALLOW_RUNTIME_LORA_UPDATING"
:
"True"
}
envs
=
{
"VLLM_ALLOW_RUNTIME_LORA_UPDATING"
:
"True"
,
"SAGEMAKER_ENABLE_STATEFUL_SESSIONS"
:
"True"
,
}
with
RemoteOpenAIServer
(
MODEL_NAME_SMOLLM
,
args
,
env_dict
=
envs
)
as
remote_server
:
yield
remote_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