mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-10 02:05:01 +08:00
[Misc] Update conftest for entrypoints/sagemaker test folder (#29799)
Signed-off-by: Zuyi Zhao <zhaozuy@amazon.com>
This commit is contained in:
parent
f441d36cee
commit
53bf71b0f0
@ -45,7 +45,10 @@ def basic_server_with_lora(smollm2_lora_files):
|
|||||||
"64",
|
"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:
|
with RemoteOpenAIServer(MODEL_NAME_SMOLLM, args, env_dict=envs) as remote_server:
|
||||||
yield remote_server
|
yield remote_server
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user