-
-
Notifications
You must be signed in to change notification settings - Fork 11.3k
[CI/Build] Update compressed tensor test path to fix CPU CI #27068
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
Conversation
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.
Code Review
This pull request fixes a broken CPU CI job by updating the path to a pytest test after its parameters were changed. The change is correct and addresses the immediate issue. My review includes one suggestion to improve the long-term maintainability of the CI scripts by using pytest markers instead of hardcoded test paths. This would make the CI more resilient to future code refactoring.
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: Alberto Perdomo <aperdomo@redhat.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: xuebwang-amd <xuebwang@amd.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com> Signed-off-by: 0xrushi <6279035+0xrushi@users.noreply.github.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com>
…ject#27068) Signed-off-by: jiang1.li <jiang1.li@intel.com>
Purpose
tests/quantization/test_compressed_tensors.pywere updated. Update the test path in CPU CI to fix it.Test Plan
CI tests
Test Result
passed
Essential Elements of an Effective PR Description Checklist
supported_models.mdandexamplesfor a new model.