Spaces:
Running on Zero
Running on Zero
moose Claude Opus 4.7 (1M context) commited on
Commit ·
1e7f8dd
1
Parent(s): b7783cd
Bisect AOTI compile duration upward: 600 → 1000
Browse files600s 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>
- 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=
|
| 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)
|