Fix missing import in executor test (#334)

This commit is contained in:
Ziyue Yang
2024-08-07 05:24:50 +08:00
committed by GitHub
parent 67eb9b04cc
commit faadc75649

View File

@@ -10,6 +10,7 @@ from mscclpp import (
npkit,
)
import mscclpp.comm as mscclpp_comm
import os
import cupy as cp
from mpi4py import MPI