fix flashinfer allreduce fusion import bug (#9007)

This commit is contained in:
Xiaoyu Zhang
2025-08-10 04:47:05 +08:00
committed by GitHub
parent 9a44b643c6
commit a886564a18

View File

@@ -1,5 +1,5 @@
import logging
from typing import Tuple
from typing import Optional, Tuple
import torch
import torch.distributed as dist