Skip to content

Commit 4b5ba52

Browse files
Fix incorect default of rating_model in cepo config
1 parent 2219ef1 commit 4b5ba52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optillm/cepo/configs/cepo_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ planning_max_tokens_step2: 4096
1313
planning_max_tokens_step3: 4096
1414
planning_max_tokens_step4: 4096
1515
use_plan_diversity: False
16-
rating_model: None
16+
rating_model: null
1717
print_output: False

0 commit comments

Comments
 (0)