Fix gpt_oss_common import path and migrate core tests (#16426)

This commit is contained in:
Alison Shao
2026-01-07 12:58:32 -08:00
committed by GitHub
parent 3e73e12458
commit 0c474273c5
15 changed files with 48 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import unittest
from test_gpt_oss_common import BaseTestGptOss
from sglang.test.gpt_oss_common import BaseTestGptOss
class TestGptOss4Gpu(BaseTestGptOss):