Skip to content

Conversation

liqunfu
Copy link
Collaborator

@liqunfu liqunfu commented Jan 16, 2024

Description

some int4 tests requires numpy version higher than 1.22.0 for support of elementwise operations on numpy arrays of custom dtypes. release CIs have test of old numpy versions and thus failed.

Motivation and Context

make release CI to pass.

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@liqunfu liqunfu requested a review from a team as a code owner January 16, 2024 08:26
@liqunfu liqunfu added the run release CIs Use this label to trigger release tests in CI label Jan 16, 2024
Copy link

codecov bot commented Jan 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f1c59a5) 56.45% compared to head (c2eeb93) 56.45%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5858   +/-   ##
=======================================
  Coverage   56.45%   56.45%           
=======================================
  Files         504      504           
  Lines       29865    29868    +3     
  Branches     4484     4488    +4     
=======================================
+ Hits        16860    16863    +3     
  Misses      12188    12188           
  Partials      817      817           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: Liqun Fu <liqfu@microsoft.com>
@liqunfu liqunfu mentioned this pull request Jan 16, 2024
@justinchuby justinchuby changed the title skip some int4 test with old numpy version Skip some int4 test with old numpy version Jan 16, 2024
@justinchuby justinchuby added this pull request to the merge queue Jan 16, 2024
Merged via the queue into main with commit 175fd52 Jan 16, 2024
@justinchuby justinchuby deleted the liqun/py38-bit4-rel-fail branch January 16, 2024 18:16
linshokaku pushed a commit to linshokaku/onnx that referenced this pull request Oct 2, 2024
### Description
some int4 tests requires numpy version higher than 1.22.0 for support of
elementwise operations on numpy arrays of custom dtypes. release CIs
have test of old numpy versions and thus failed.

### Motivation and Context
make release CI to pass.

---------

Signed-off-by: Liqun Fu <liqfu@microsoft.com>
Signed-off-by: Linsho Kaku <linsho@preferred.jp>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run release CIs Use this label to trigger release tests in CI
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants