Skip to content

Commit

Permalink
fix mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
bugsz committed Jun 26, 2024
1 parent af5f725 commit 6260566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sotopia/cli/benchmark/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def _set_up_logs(
def save_to_jsonl(
model_rewards_dict: Dict[str, Dict[str, float]],
partner_model: str,
):
) -> None:
simplified_model_name = partner_model.split("/")[-1]
output_fn = f"./models_vs_{simplified_model_name}.jsonl"
outputs: List[str] = []
Expand Down

0 comments on commit 6260566

Please sign in to comment.