[AMD] Fix AMD CI test of TestToolChoiceLfm2Moe (#19113)
Co-authored-by: michaelzhang-ai <michaelzhang-ai@users.noreply.github.com> Co-authored-by: bingxche <Bingxu.Chen@amd.com> Co-authored-by: yctseng0211 <yctseng@amd.com>
This commit is contained in:
co-authored by
michaelzhang-ai
bingxche
yctseng0211
parent
2c856c6d27
commit
1b79934d34
@@ -26,7 +26,7 @@ from sglang.test.lora_utils import (
|
||||
from sglang.test.test_utils import CustomTestCase, is_in_ci
|
||||
|
||||
register_cuda_ci(est_time=100, suite="stage-b-test-large-1-gpu")
|
||||
register_amd_ci(est_time=100, suite="stage-b-test-small-1-gpu-amd")
|
||||
register_amd_ci(est_time=100, suite="stage-b-test-small-1-gpu-amd-nondeterministic")
|
||||
|
||||
|
||||
class TestMultiLoRABackend(CustomTestCase):
|
||||
|
||||
@@ -12,7 +12,7 @@ import unittest
|
||||
|
||||
import openai
|
||||
|
||||
from sglang.srt.utils import is_hip, kill_process_tree
|
||||
from sglang.srt.utils import 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 (
|
||||
@@ -860,7 +860,6 @@ 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"""
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@ PER_COMMIT_SUITES = {
|
||||
HWBackend.AMD: [
|
||||
"stage-a-test-1-amd",
|
||||
"stage-b-test-small-1-gpu-amd",
|
||||
"stage-b-test-small-1-gpu-amd-nondeterministic",
|
||||
"stage-b-test-small-1-gpu-amd-mi35x",
|
||||
"stage-b-test-large-8-gpu-35x-disaggregation-amd",
|
||||
"stage-b-test-large-1-gpu-amd",
|
||||
|
||||
Reference in New Issue
Block a user