[CI] Reorganize the 8 gpu tests (#6192)

This commit is contained in:
Lianmin Zheng
2025-05-11 10:55:06 -07:00
committed by GitHub
parent 01bdbf7f80
commit 03227c5fa6
6 changed files with 15 additions and 82 deletions

View File

@@ -1,11 +1,9 @@
import subprocess
import threading
import time
import unittest
from types import SimpleNamespace
import requests
import torch
from sglang.srt.utils import kill_process_tree
from sglang.test.few_shot_gsm8k import run_eval as run_eval_few_shot_gsm8k