sayakpaul HF Staff commited on
Commit
131eab9
·
1 Parent(s): db8a3d4
Files changed (1) hide show
  1. 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()