Skip to content

Commit

Permalink
fix: reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
lvjonok committed Sep 17, 2024
1 parent c84d1f3 commit 265b84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/run_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class ColabPaths:

torch.manual_seed(0)

N_ENVS_SWEEP = [2**i for i in range(50)]
N_ENVS_SWEEP = [2**i for i in range(21)]
N_EVALS = 20

# Load functions for CUDA benchmarking
Expand Down

0 comments on commit 265b84c

Please sign in to comment.