Skip to content

Commit a0f261c

Browse files
committed
Workflow QoL tweaks.
1 parent e97fe37 commit a0f261c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci_eval.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create Python venv
4949
run: python -m venv ${VENV_DIR}
5050

51-
- name: Install sharktank deps
51+
- name: Install sharktank deps (${{ matrix.requirements }} IREE)
5252
run: |
5353
source ${VENV_DIR}/bin/activate
5454
python -m pip install --no-compile --upgrade pip
@@ -99,7 +99,7 @@ jobs:
9999
- name: Create Python venv
100100
run: python -m venv ${VENV_DIR}
101101

102-
- name: Install sharktank deps
102+
- name: Install sharktank deps (unpinned IREE)
103103
run: |
104104
source ${VENV_DIR}/bin/activate
105105
python -m pip install --no-compile --upgrade pip
@@ -109,6 +109,7 @@ jobs:
109109
-r sharktank/requirements.txt \
110110
-r sharktank/requirements-tests.txt \
111111
-e sharktank/
112+
pip freeze
112113
113114
- name: Run perplexity test with Torch
114115
run: |

0 commit comments

Comments
 (0)