Skip to content

Commit 06c0f5b

Browse files
committed
added openvino test
1 parent 2c9329e commit 06c0f5b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ jobs:
4747
cache: pip
4848
- run: python3 -m pip install --upgrade build
4949
- run: python3 -m build
50-
- run: python3 -m pip install dist/crfm_helm-*.whl[openvino]
50+
- run: python3 -m pip install dist/crfm_helm-*.whl
51+
- run: python3 -m pip install optimum[openvino]
5152
- run: helm-run --run-entries boolq:model=stanford-crfm/BioMedLM --enable-huggingface-models stanford-crfm/BioMedLM --suite v1 --max-eval-instances 10 --openvino
5253

5354
test:

0 commit comments

Comments
 (0)