Skip to content

Commit 2aca9b8

Browse files
authored
Merge pull request #177 from CerebrasResearch/main
Fix CePO 1.1
2 parents a9c506d + 4b5ba52 commit 2aca9b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

optillm/cepo/cepo.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def generate_n_completions(system_prompt: str, initial_query: str, client: Any,
254254
cb_log["system_prompt"] = system_prompt
255255
cb_log["initial_query"] = initial_query
256256
completions = []
257+
approaches = None
257258

258259
# Generate Approach and Descriptions
259260
if cepo_config.use_plan_diversity:

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)