Spaces:
Running
on
Zero
Running
on
Zero
up
Browse files- optimization.py +0 -1
optimization.py
CHANGED
@@ -65,7 +65,6 @@ def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kw
|
|
65 |
kwargs=call.kwargs,
|
66 |
dynamic_shapes=dynamic_shapes,
|
67 |
)
|
68 |
-
|
69 |
return spaces.aoti_compile(exported, INDUCTOR_CONFIGS)
|
70 |
|
71 |
compiled = compile_transformer()
|
|
|
65 |
kwargs=call.kwargs,
|
66 |
dynamic_shapes=dynamic_shapes,
|
67 |
)
|
|
|
68 |
return spaces.aoti_compile(exported, INDUCTOR_CONFIGS)
|
69 |
|
70 |
compiled = compile_transformer()
|