Skip to content

Commit 5dc68a5

Browse files
SSYernarfacebook-github-bot
authored andcommitted
Refactoring and moving the EBC-only logic into benchmark_ebc.py (pytorch#3251)
Summary: - Moved the EBC-only logic into a separate file `benchmark_ebc.py` - Removed linter issues Differential Revision: D79512602
1 parent 964f6be commit 5dc68a5

File tree

5 files changed

+724
-671
lines changed

5 files changed

+724
-671
lines changed

examples/zch/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
import torch
1414

1515
from torchrec import EmbeddingConfig, KeyedJaggedTensor
16-
from torchrec.distributed.benchmark.benchmark_utils import get_inputs
1716
from tqdm import tqdm
1817

1918
from .sparse_arch import SparseArch

0 commit comments

Comments
 (0)