Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skythought/evals/inference_and_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def generate_responses_for_dataset(
# Prepare conversations
conversations = handler.make_conversations(
remaining_data,
str(model_config.system_prompt),
str(model_config.system_prompt) if model_config.system_prompt else None,
model_config.user_template,
model_config.assistant_prefill,
)
Expand Down