We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c9329e commit 06c0f5bCopy full SHA for 06c0f5b
.github/workflows/test.yml
@@ -47,7 +47,8 @@ jobs:
47
cache: pip
48
- run: python3 -m pip install --upgrade build
49
- run: python3 -m build
50
- - run: python3 -m pip install dist/crfm_helm-*.whl[openvino]
+ - run: python3 -m pip install dist/crfm_helm-*.whl
51
+ - run: python3 -m pip install optimum[openvino]
52
- run: helm-run --run-entries boolq:model=stanford-crfm/BioMedLM --enable-huggingface-models stanford-crfm/BioMedLM --suite v1 --max-eval-instances 10 --openvino
53
54
test:
0 commit comments