Skip to content

Commit d9eacfd

Browse files
committedJun 3, 2024·
added openvino test
1 parent 08861c0 commit d9eacfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: python3 -m pip install --upgrade build
5050
- run: python3 -m build
5151
- run: python3 -m pip install "$(ls dist/crfm_helm-*.whl)[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
52+
- run: helm-run --run-entries boolq:model=hf-internal-testing/tiny-random-MistralForCausalLM --enable-huggingface-models hf-internal-testing/tiny-random-MistralForCausalLM --suite v1 --max-eval-instances 10 --openvino"
5353

5454
test:
5555
name: Run all tests

0 commit comments

Comments
 (0)
Please sign in to comment.