Skip to content

Commit

Permalink
[aotinductor] Fail models temporarily (pytorch#111100)
Browse files Browse the repository at this point in the history
Temporarily mark these models as fail. Failures are due to pytorch#111030 which is needed for ExecuTorch's release so it can't be reverted. Will forward fix the failures.

Pull Request resolved: pytorch#111100
Approved by: https://github.com/desertfire
  • Loading branch information
angelayi authored and pytorchmergebot committed Oct 12, 2023
1 parent 986ad3b commit 577e3df
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ BlenderbotForCausalLM,pass_due_to_skip,0
BlenderbotSmallForCausalLM,pass,0
BlenderbotSmallForConditionalGeneration,pass,0
CamemBert,pass,0
DebertaForMaskedLM,pass,0
DebertaForQuestionAnswering,pass,0
DebertaForMaskedLM,fail_to_run,0
DebertaForQuestionAnswering,fail_to_run,0
DebertaV2ForMaskedLM,pass_due_to_skip,0
DebertaV2ForQuestionAnswering,pass,0
DebertaV2ForQuestionAnswering,fail_to_run,0
DistilBertForMaskedLM,pass,0
DistilBertForQuestionAnswering,pass,0
DistillGPT2,pass,0
Expand Down

0 comments on commit 577e3df

Please sign in to comment.