Skip to content

Commit ad18983

Browse files
committed
checking
1 parent 169f831 commit ad18983

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

benchmarks/benchmarking_utils.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ class BenchmarkScenario:
3737

3838
@require_torch_gpu
3939
class BenchmarkMixin:
40-
def get_model_init_dict(self):
41-
raise NotImplementedError
42-
43-
def initialize_model(self):
44-
raise NotImplementedError
45-
46-
def get_input_dict(self):
47-
raise NotImplementedError
48-
4940
def pre_benchmark(self):
5041
flush()
5142
torch.compiler.reset()

0 commit comments

Comments
 (0)