Conversation
Signed-off-by: chensuyue <suyue.chen@intel.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request updates the package name from auto-round-kernel to auto-round-lib across the codebase to ensure consistency in dependency management, error messages, and installation instructions.
Changes:
- Updated package name references in requirements files
- Modified error messages and installation instructions to use the new package name
- Updated backend dependency requirements
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| test/test_ark/requirements.txt | Updated package dependency from auto-round-kernel to auto-round-lib |
| auto_round_extension/ark/qlinear.py | Updated error message to reference auto-round-lib package name |
| auto_round_extension/ark/install_kernel.py | Updated kernel package mapping and installation messages to use auto-round-lib |
| auto_round/inference/backend.py | Updated backend requirement specifications and import error message to use auto-round-lib |
Contributor
Author
|
Pending this PR until ark 0.10 release. |
Signed-off-by: chensuyue <suyue.chen@intel.com>
Signed-off-by: chensuyue <suyue.chen@intel.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request updates the package name used for the AutoRound kernel library throughout the codebase, switching from
auto-round-kerneltoauto-round-lib. This change ensures consistency in dependency management, error messages, and installation instructions.Type of Change
Related Issues
Fixes or relates to #
Checklist Before Submitting