Skip to content

Commit 265b84c

Browse files
committed
fix: reduce
1 parent c84d1f3 commit 265b84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/run_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class ColabPaths:
4343

4444
torch.manual_seed(0)
4545

46-
N_ENVS_SWEEP = [2**i for i in range(50)]
46+
N_ENVS_SWEEP = [2**i for i in range(21)]
4747
N_EVALS = 20
4848

4949
# Load functions for CUDA benchmarking

0 commit comments

Comments
 (0)