Skip to content

Commit

Permalink
remove GPT2ForSequenceClassification from ci skip list (#112100)
Browse files Browse the repository at this point in the history
Summary:
**Summary**
As discussed in pytorch/pytorch#109019, the accuracy issue of `GPT2ForSequenceClassification` has been fixed in pytorch/pytorch#108690. Remove it from CI Skip list.

X-link: pytorch/pytorch#112100
Approved by: https://github.com/lezcano

Reviewed By: DanilBaibak

Differential Revision: D51468262

fbshipit-source-id: da20682b65fcdccab7dbf61ba73d71f9f9fca661
  • Loading branch information
leslie-fang-intel authored and facebook-github-bot committed Nov 20, 2023
1 parent 1b2034e commit 743294f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion userbenchmark/dynamo/dynamobench/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,6 @@ class CI(NamedTuple):
"resnet50_quantized_qat", # Eager model failed to run(Quantize only works on Float Tensor, got Double)
"sage", # does not work with fp32
# Huggingface
"GPT2ForSequenceClassification", # Accuracy https://github.com/pytorch/pytorch/issues/109019
"MBartForConditionalGeneration", # Accuracy https://github.com/pytorch/pytorch/issues/94793
"PLBartForConditionalGeneration", # Accuracy https://github.com/pytorch/pytorch/issues/94794
# TIMM
Expand Down

0 comments on commit 743294f

Please sign in to comment.