Skip to content

Commit

Permalink
[CI] install bitblas for torch 2.5 (#561)
Browse files Browse the repository at this point in the history
* use different torch for tests

* use different torch for tests

* install auto_round

* rename

* install bitblas for torch 2.5
  • Loading branch information
CSY-ModelCloud authored Nov 10, 2024
1 parent fded397 commit 93c2671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ jobs:
run-id: ${{ needs.check-vm.outputs.run_id }}

- name: Install wheel
run: uv pip install GPUtil intel_extension_for_pytorch auto_round dist/*.whl -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}
run: uv pip install GPUtil intel_extension_for_pytorch auto_round bitblas==0.0.1.dev13 dist/*.whl -i http://${{ needs.check-vm.outputs.ip }}/simple/ --trusted-host ${{ needs.check-vm.outputs.ip }}

- name: Run tests
if: ${{ !github.event.inputs.test_names || contains(github.event.inputs.test_names, matrix.test_script) && !cancelled() }}
Expand Down

0 comments on commit 93c2671

Please sign in to comment.