Skip to content
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

refine release binary build for 3.0 API #1336

Merged
merged 2 commits into from
Oct 24, 2023
Merged

refine release binary build for 3.0 API #1336

merged 2 commits into from
Oct 24, 2023

Conversation

chensuyue
Copy link
Contributor

@chensuyue chensuyue commented Oct 19, 2023

Type of Change

others

Description

Refine release binary build for 3.0 API, install cmd update as following:

Pypi install

  • pip install neural-compressor, install 2.x API.
  • pip install neural-compressor[tf], install 2.x API + 3.x TensorFlow API.
  • pip install neural-compressor[pt], install 2.x API + 3.x PyTorch API.
  • pip install neural-compressor[ort], install 2.x API + 3.x ONNXRT API.

Conda install

  • conda install neural-compressor -c conda-forge -c intel, one binary for all APIs.

Source install

  • python setup.py install, install 2.x API.
  • python setup.py tf install, install 3.x TensorFlow API only.
  • python setup.py pt install, install 3.x PyTorch API only.
  • python setup.py ort install, install 3.x ONNXRT API only.

Expected Behavior & Potential Risk

This PR won't impact current CI and 2.x API build logical, so CI should pass.

How has this PR been tested?

Local build and installation test pass.

Dependency Change?

No.

@chensuyue chensuyue marked this pull request as ready for review October 19, 2023 08:32
@chensuyue chensuyue requested review from ftian1 and thuang6 October 19, 2023 08:33
@chensuyue
Copy link
Contributor Author

@ftian1 @thuang6 If no comments, I will merge this PR.

Copy link
Contributor

@thuang6 thuang6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@chensuyue chensuyue merged commit 2582361 into master Oct 24, 2023
54 checks passed
@chensuyue chensuyue deleted the binary/3.0 branch October 24, 2023 03:58
bmyrcha pushed a commit that referenced this pull request Oct 24, 2023
Signed-off-by: chensuyue <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: bmyrcha <[email protected]>
@yiliu30 yiliu30 added the INC3.X label Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants