Skip to content

Commit c04f72e

Browse files
committed
Skip rexnet_100 in dynamic CI
Signed-off-by: Edward Z. Yang <ezyang@meta.com> [ghstack-poisoned]
1 parent 2f6a371 commit c04f72e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

benchmarks/dynamo/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ class CI(NamedTuple):
246246
"eca_botnext26ts_256", # 'float' object has no attribute '_has_symbolic_sizes_strides'
247247
"dla102", # Accuracy failed for key name base_layer.1.bias.grad
248248
"mixnet_l", # 'float' object has no attribute '_has_symbolic_sizes_strides'
249+
"rexnet_100", # Accuracy failed for key name stem.bn.weight.grad
249250
"tf_efficientnet_b0", # 'float' object has no attribute '_has_symbolic_sizes_strides'
250251
"tf_mixnet_l", # 'float' object has no attribute '_has_symbolic_sizes_strides'
251252
"visformer_small", # 'float' object has no attribute '_has_symbolic_sizes_strides'

0 commit comments

Comments
 (0)