From f139c4b55db2f404ac21e4504d4a799a664f558d Mon Sep 17 00:00:00 2001 From: Eugene Rakhmatulin Date: Wed, 4 Feb 2026 12:06:30 -0800 Subject: [PATCH] Updated tests --- tests/expected_commands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/expected_commands.sh b/tests/expected_commands.sh index 7ee60f1..5139038 100644 --- a/tests/expected_commands.sh +++ b/tests/expected_commands.sh @@ -23,7 +23,7 @@ GLM_FLASH_AWQ_ARGS=( "--max-num-batched-tokens 4096" "--max-num-seqs 64" "--gpu-memory-utilization 0.7" - "--port 8888" + "--port 8000" "--host 0.0.0.0" ) @@ -34,7 +34,7 @@ GLM_FLASH_AWQ_ARGS=( GPT_OSS_MODEL="openai/gpt-oss-120b" GPT_OSS_CONTAINER="vllm-node-mxfp4" GPT_OSS_ARGS=( - "--port 8888" + "--port 8000" "--host 0.0.0.0" "--enable-auto-tool-choice" "--tool-call-parser openai"