Skip to content

Commit

Permalink
Update import statements to enable et_replay
Browse files Browse the repository at this point in the history
  • Loading branch information
TaekyungHeo committed May 14, 2024
1 parent eea14f8 commit 3a16df5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions et_replay/tools/et_replay.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import numpy as np
import torch
from param_bench.et_replay.lib.et_replay_utils import (
from ..lib.et_replay_utils import (
build_fbgemm_func,
build_torchscript_func,
build_triton_func,
Expand All @@ -36,7 +36,7 @@
TORCH_DTYPES_RNG_str,
)

from param_bench.et_replay.lib.execution_trace import ExecutionTrace, NodeType
from et_replay.lib.execution_trace import ExecutionTrace, NodeType

from param_bench.et_replay.lib.utils import trace_handler
from param_bench.train.comms.pt import comms_utils, commsTraceReplay
Expand Down
2 changes: 1 addition & 1 deletion et_replay/tools/validate_trace.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import gzip
import json

from param_bench.et_replay.lib.execution_trace import ExecutionTrace
from et_replay.lib.execution_trace import ExecutionTrace


class TraceValidator:
Expand Down

0 comments on commit 3a16df5

Please sign in to comment.