You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
`test_bench.py` only supports eager mode and we don't have plan to make it support pt2 mode.
Fixes#1850
Pull Request resolved: #1878
Reviewed By: aaronenyeshi
Differential Revision: D49025049
Pulled By: xuzhao9
fbshipit-source-id: 0ad2dbf7b14db36e3b7edc5282d6b41550421d54
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -110,7 +110,7 @@ Some useful options include:
110
110
-`--cpu_only` if running on a local CPU machine and ignoring machine configuration checks
111
111
112
112
#### Examples of Benchmark Filters
113
-
-`-k "test_train[NAME-cuda-eager]"` for a particular flavor of a particular model
113
+
-`-k "test_train[NAME-cuda]"` for a particular flavor of a particular model
114
114
-`-k "(BERT and (not cuda))"` for a more flexible approach to filtering
115
115
116
116
Note that `test_bench.py` will eventually be deprecated as the `userbenchmark` work evolve. Users are encouraged to explore and consider using [userbenchmark](#using-userbenchmark).
0 commit comments