Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ jobs:
echo "== nvcc =="
nvcc --version
echo "== torch =="
uv pip install torch -U
pip show torch
echo "##### pip list #####"
pip list
Expand Down Expand Up @@ -389,8 +390,6 @@ jobs:

- name: Install wheel
run: |
uv pip install tokenicer==0.0.4 -U
uv pip install logbar==0.0.3 -U
uv pip install -r requirements.txt
echo "===== install optimum bitblas parameterized uvicorn ====="
uv pip install optimum bitblas==0.0.1.dev13 parameterized uvicorn -i http://$RUNNER/simple/ --trusted-host $RUNNER --extra-index-url https://pypi.org/simple
Expand Down