Skip to content

Commit c6339c5

Browse files
authored
Merge branch 'main' into pr-330
2 parents d4389f6 + 2ae135a commit c6339c5

77 files changed

Lines changed: 9139 additions & 1292 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/intro.png

-117 KB
Loading

eval_protocol/benchmarks/test_frozen_lake.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,11 @@ def frozen_lake_to_evaluation_row(data: List[Dict[str, Any]]) -> List[Evaluation
3939
input_dataset=["tests/pytest/data/frozen_lake_dataset.jsonl"],
4040
dataset_adapter=frozen_lake_to_evaluation_row,
4141
completion_params=[
42-
{"temperature": 0.0, "max_tokens": 4096, "model": "fireworks_ai/accounts/fireworks/models/kimi-k2-instruct"}
42+
{
43+
"temperature": 0.0,
44+
"max_tokens": 4096,
45+
"model": "fireworks_ai/accounts/fireworks/models/kimi-k2-instruct-0905",
46+
}
4347
],
4448
rollout_processor=MCPGymRolloutProcessor(),
4549
passed_threshold=0.66,

0 commit comments

Comments
 (0)