Skip to content

Commit dc60929

Browse files
committed
Add passing truct_remote_code param
1 parent 5541f3e commit dc60929

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lm_eval/models/optimum_lm_genai.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def __init__(
3636
super().__init__(
3737
device=self.openvino_device,
3838
backend=kwargs.pop("backend", "causal"),
39+
trust_remote_code=trust_remote_code,
3940
**kwargs,
4041
)
4142

0 commit comments

Comments
 (0)