Skip to content

Commit

Permalink
Workflow QoL tweaks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jan 7, 2025
1 parent e97fe37 commit a0f261c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Create Python venv
run: python -m venv ${VENV_DIR}

- name: Install sharktank deps
- name: Install sharktank deps (${{ matrix.requirements }} IREE)
run: |
source ${VENV_DIR}/bin/activate
python -m pip install --no-compile --upgrade pip
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Create Python venv
run: python -m venv ${VENV_DIR}

- name: Install sharktank deps
- name: Install sharktank deps (unpinned IREE)
run: |
source ${VENV_DIR}/bin/activate
python -m pip install --no-compile --upgrade pip
Expand All @@ -109,6 +109,7 @@ jobs:
-r sharktank/requirements.txt \
-r sharktank/requirements-tests.txt \
-e sharktank/
pip freeze
- name: Run perplexity test with Torch
run: |
Expand Down

0 comments on commit a0f261c

Please sign in to comment.