Skip to content

Commit

Permalink
[bug fixed] modify the wrong dependency (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
cainiaogoroad authored Dec 9, 2024
1 parent b3dc8af commit 6611ae3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/pipeline_example.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from mlora.pipeline.transport import RpcTransport
from mlora.pipeline.function import SendOperator, RecvOperator
from mlora.pipeline.messages import PipeMessageType
from mlora.pipeline.stream import CudaStream
from mlora.executor.pipeline.rpc_transport import RpcTransport
from mlora.executor.pipeline.function import SendOperator, RecvOperator
from mlora.executor.pipeline.messages import PipeMessageType
from mlora.executor.pipeline.stream import CudaStream
from mlora.utils import setup_seed

import os
Expand Down

0 comments on commit 6611ae3

Please sign in to comment.