Skip to content

Commit ffbbebb

Browse files
xuzhao9facebook-github-bot
authored andcommitted
Fix the test name in readme (#1878)
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
1 parent ade7d12 commit ffbbebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Some useful options include:
110110
- `--cpu_only` if running on a local CPU machine and ignoring machine configuration checks
111111

112112
#### 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
114114
- `-k "(BERT and (not cuda))"` for a more flexible approach to filtering
115115

116116
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

Comments
 (0)