We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e97fe37 commit a0f261cCopy full SHA for a0f261c
.github/workflows/ci_eval.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Create Python venv
49
run: python -m venv ${VENV_DIR}
50
51
- - name: Install sharktank deps
+ - name: Install sharktank deps (${{ matrix.requirements }} IREE)
52
run: |
53
source ${VENV_DIR}/bin/activate
54
python -m pip install --no-compile --upgrade pip
@@ -99,7 +99,7 @@ jobs:
99
100
101
102
+ - name: Install sharktank deps (unpinned IREE)
103
104
105
@@ -109,6 +109,7 @@ jobs:
109
-r sharktank/requirements.txt \
110
-r sharktank/requirements-tests.txt \
111
-e sharktank/
112
+ pip freeze
113
114
- name: Run perplexity test with Torch
115
0 commit comments