Fix CI and triton moe Configs (#6974)

This commit is contained in:
Lianmin Zheng
2025-06-08 05:06:46 -07:00
committed by GitHub
parent fa3592cfeb
commit 20d3ad3b58
4 changed files with 150 additions and 5 deletions

View File

@@ -29,7 +29,6 @@ ScheduleBatch -> ModelWorkerBatch -> ForwardBatch
from __future__ import annotations
import dataclasses
from dataclasses import dataclass
from enum import IntEnum, auto
from typing import TYPE_CHECKING, Dict, List, Optional, Tuple, Union