Skip to content

Commit

Permalink
Fix vectorized axis for multi seed config
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceyron committed Nov 5, 2024
1 parent 5045acd commit 912382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apebench/_base_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def perform_tests_on_rollout(
jax.vmap(
func,
# Vectorize over time steps
in_axes=(1, 2),
in_axes=(1, 1),
),
# Vectorize over seeds (but broadcast the reference)
in_axes=(0, None),
Expand Down

0 comments on commit 912382d

Please sign in to comment.