mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Updating test expected value after #152450 Pull Request resolved: https://github.com/pytorch/pytorch/pull/152493 Approved by: https://github.com/huydhn, https://github.com/malfet
This commit is contained in:
parent
fcfa6e36c9
commit
4df97a8839
|
|
@ -191,7 +191,7 @@ from user code:
|
||||||
)
|
)
|
||||||
|
|
||||||
test_aot = within_range_record_test(2, 6, aot=logging.INFO)
|
test_aot = within_range_record_test(2, 6, aot=logging.INFO)
|
||||||
test_inductor_debug = within_range_record_test(3, 26, inductor=logging.DEBUG)
|
test_inductor_debug = within_range_record_test(3, 27, inductor=logging.DEBUG)
|
||||||
test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO)
|
test_inductor_info = within_range_record_test(2, 10, inductor=logging.INFO)
|
||||||
|
|
||||||
@make_logging_test()
|
@make_logging_test()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user