Skip to content

Commit cd4cb06

Browse files
committed
Description update
1 parent 47cff55 commit cd4cb06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lm_eval/models/optimum_lm_genai.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ class OpenVINOCausalLM(HFLM):
1818
Optimum Intel provides a simple interface to optimize Transformer models and convert them to \
1919
OpenVINO™ Intermediate Representation (IR) format to accelerate end-to-end pipelines on \
2020
Intel® architectures using OpenVINO™ runtime.
21+
22+
`lm_eval --model openvino-causal --model_args pretrained=gpt2 --task wikitext`
2123
"""
2224

2325
def __init__(

0 commit comments

Comments
 (0)