We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08861c0 commit d9eacfdCopy full SHA for d9eacfd
.github/workflows/test.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: python3 -m pip install --upgrade build
50
- run: python3 -m build
51
- 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
+ - 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"
53
54
test:
55
name: Run all tests
0 commit comments