Spaces:
Runtime error
Runtime error
@spaces.GPU(duration=1500)
Browse files- optimization.py +1 -1
optimization.py
CHANGED
|
@@ -63,7 +63,7 @@ INDUCTOR_CONFIGS = {
|
|
| 63 |
|
| 64 |
def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kwargs):
|
| 65 |
|
| 66 |
-
|
| 67 |
def compile_transformer():
|
| 68 |
print("Start compile_transformer()")
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
def optimize_pipeline_(pipeline: Callable[P, Any], *args: P.args, **kwargs: P.kwargs):
|
| 65 |
|
| 66 |
+
@spaces.GPU(duration=1500)
|
| 67 |
def compile_transformer():
|
| 68 |
print("Start compile_transformer()")
|
| 69 |
|