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

Fix auto-round install & bump into 0.4.4 #387

Merged
merged 17 commits into from
Jan 2, 2025
Prev Previous commit
Next Next commit
Update requirements-lib
Signed-off-by: Sun, Xuehao <[email protected]>
XuehaoSun committed Dec 27, 2024
commit 5d2ee3a4249a434ef9365d874db43631bf927ed8
3 changes: 2 additions & 1 deletion .azure-pipelines/template/ut-template.yml
Original file line number Diff line number Diff line change
@@ -43,7 +43,8 @@ steps:
- ${{ if eq(parameters.imageSource, 'pull') }}:
- script: |
docker exec ${{ parameters.utContainerName }} bash -c "cd /auto-round \
&& pip install .[hpu] \
&& python setup.py bdist_wheel lib \
&& pip install dist/*.whl \
&& pip list"
displayName: "HPU Env Setup"

2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include requirements.txt
include requirements-cpu.txt
include requirements-hpu.txt
include requirements-gpu.txt
include requirements-lib.txt