mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Skip levit (#99491)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/99491 Approved by: https://github.com/ezyang
This commit is contained in:
parent
41d7969590
commit
113bd11cf4
|
|
@ -252,6 +252,7 @@ CI_SKIP[CI("inductor", training=True, dynamic=True)] = [
|
||||||
*CI_SKIP[CI("inductor", training=False, dynamic=True)],
|
*CI_SKIP[CI("inductor", training=False, dynamic=True)],
|
||||||
*CI_SKIP[CI("inductor", training=True)],
|
*CI_SKIP[CI("inductor", training=True)],
|
||||||
"yolov3", # Accuracy failed torch.Size([4, 3, 12, 16, 85])
|
"yolov3", # Accuracy failed torch.Size([4, 3, 12, 16, 85])
|
||||||
|
"levit_128", # Accuracy fails on A10G, passes on A100
|
||||||
]
|
]
|
||||||
|
|
||||||
CI_SKIP_OPTIMIZER = {
|
CI_SKIP_OPTIMIZER = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user