[AMD] CI - migrate perf test and fix stage-b-test-1-gpu-amd (#17340)

Co-authored-by: Bingxu Chen <bingxche@amd.com>
Co-authored-by: bingxche <Bingxu.Chen@amd.com>
Co-authored-by: michaelzhang-ai <michaelzhang.ai@users.noreply.github.com>
This commit is contained in:
YC Tseng
2026-01-22 18:45:05 -08:00
committed by GitHub
co-authored by Bingxu Chen bingxche michaelzhang-ai
parent 0fec8820d1
commit 04a10c9bc2
14 changed files with 68 additions and 174 deletions
@@ -12,7 +12,7 @@ import unittest
import openai
from sglang.srt.utils import kill_process_tree
from sglang.srt.utils import is_hip, kill_process_tree
from sglang.srt.utils.hf_transformers_utils import get_tokenizer
from sglang.test.ci.ci_register import register_amd_ci, register_cuda_ci
from sglang.test.test_utils import (
@@ -855,6 +855,7 @@ class TestToolChoiceMistral(TestToolChoiceLlama32):
# cls.tokenizer = get_tokenizer(cls.model)
@unittest.skipIf(is_hip(), "Disabled for AMD")
class TestToolChoiceLfm2(TestToolChoiceLlama32):
"""Test tool_choice functionality with LiquidAI LFM2 model"""