rexnet_100 is disabled for static, does not need dynamic listing (#97100)

Signed-off-by: Edward Z. Yang <ezyang@meta.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/97100
Approved by: https://github.com/Skylion007
This commit is contained in:
Edward Z. Yang
2023-03-18 21:11:16 -04:00
committed by PyTorch MergeBot
parent 5d33f9cddb
commit e74c5e5637

View File

@ -250,7 +250,6 @@ CI_SKIP[CI("inductor", training=True, dynamic=True)] = [
# torchbench
"pytorch_unet", # TypeError: unhashable type: 'SymInt'
# timm_models
"rexnet_100", # Accuracy failed for key name stem.bn.weight.grad
"tf_efficientnet_b0", # NameError: name 's1' is not defined
]