Skip to content

Commit

Permalink
try to go around the location problem
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Nov 18, 2024
1 parent ff7771c commit dec0c96
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci-shark-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# from non default locations first. Installing the PyTorch CPU
# wheels saves multiple minutes and a lot of bandwidth on runner setup.
pip install --no-compile -r pytorch-cpu-requirements.txt
pip install --no-compile -r requirements.txt -e sharktank/ shortfin/
pip install --no-compile -r requirements.txt -e sharktank/
# Install latest iree-tubrine.
pip install --no-compile -f https://iree.dev/pip-release-links.html --src deps \
Expand All @@ -71,5 +71,8 @@ jobs:
iree-base-compiler \
iree-base-runtime
- name: Install shortfin
run: pip install --no-compile -e shortfin/

- name: Run LLM Integration Tests
run: pytest -v app_tests/integration_tests/llm --log-cli-level=INFO

0 comments on commit dec0c96

Please sign in to comment.