Skip to content

Commit 2ea018e

Browse files
janeyx99facebook-github-bot
authored andcommitted
remove wrong reference to __init__.py (#1746)
Summary: Code was moved to run.py This is more to test https://github.com/pytorch/benchmark/actions/runs/5384553957 Pull Request resolved: #1746 Reviewed By: xuzhao9 Differential Revision: D47306147 Pulled By: janeyx99 fbshipit-source-id: 5fc82327f98f1409ed96ecdeffc2352a7faf6d3b
1 parent bfb6d15 commit 2ea018e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

userbenchmark/optim/run_optim_benchmarks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'''
33
This script is intended for the CI context only! The whole purpose behind this script is to enable
44
process/context/memory isolation across different models and devices. The OG script (which this
5-
script calls) is the userbenchmark/optim/__init__.py script, which is better documented and what is
5+
script calls) is the userbenchmark/optim/run.py script, which is better documented and what is
66
intended to be used locally. The current script is simply a wrapper that dispatches serial
77
subprocesses to run the OG script and handles the metrics.json merging afterwards.
88

0 commit comments

Comments
 (0)