moose Claude Opus 4.7 (1M context) commited on
Commit
1e7f8dd
·
1 Parent(s): b7783cd

Bisect AOTI compile duration upward: 600 → 1000

Browse files

600s passed the cap check (boot died later on NVML flake). Probing higher
to find the actual ceiling — cap is in [600, 1200).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Files changed (1) hide show
  1. optimization.py +1 -1
optimization.py CHANGED
@@ -49,7 +49,7 @@ INDUCTOR_CONFIGS = {
49
 
50
  def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kwargs):
51
 
52
- @spaces.GPU(duration=600)
53
  def compile_transformer():
54
 
55
  # Run warmup pass to capture transformer inputs (needs all components on GPU)
 
49
 
50
  def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kwargs):
51
 
52
+ @spaces.GPU(duration=1000)
53
  def compile_transformer():
54
 
55
  # Run warmup pass to capture transformer inputs (needs all components on GPU)