You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/huggingface_models.md
-14
Original file line number
Diff line number
Diff line change
@@ -47,17 +47,3 @@ helm-run \
47
47
--suite v1 \
48
48
--max-eval-instances 10
49
49
```
50
-
51
-
To use Optimum Intel, add `--openvino` flag to `helm-run`. Optimum Intel provides a simple interface to optimize Transformer models and convert them to OpenVINO™ Intermediate Representation format to accelerate end-to-end pipelines on Intel® architectures using OpenVINO™ runtime. It runs the model on the CPU.
52
-
53
-
Examples:
54
-
55
-
```bash
56
-
# Run boolq on stanford-crfm/BioMedLM optimized by Optimum Intel OpenNIVO
0 commit comments