-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip the verified config #1775
Skip the verified config #1775
Conversation
Signed-off-by: yiliu30 <[email protected]>
⛈️ Required checks status: Has failure 🔴
Groups summary🟢 Code Scan Tests workflow
These checks are required after the changes to 🟢 Model Tests 3x workflow
These checks are required after the changes to 🟢 Unit Tests 3x-TensorFlow workflow
These checks are required after the changes to 🔴 Unit Tests 3x-PyTorch workflow
These checks are required after the changes to 🟢 Unit Tests 3x-ONNXRT workflow
These checks are required after the changes to Thank you for your contribution! 💜
|
for more information, see https://pre-commit.ci
Signed-off-by: yiliu30 <[email protected]>
@@ -10,11 +10,8 @@ | |||
|
|||
|
|||
def run_fn(model): | |||
# GPTQ uses ValueError to reduce computation when collecting input data of the first block | |||
# It's special for UTs, no need to add this wrapper in examples. | |||
with pytest.raises(ValueError): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@XuehaoSun RTN won't raise ValueError
Type of Change
API changed or not: None
How has this PR been tested?
Pre-CI
Test
Dependency Change?
None