Upload entrypoint_setup.py with huggingface_hub
Browse files- entrypoint_setup.py +1 -1
entrypoint_setup.py
CHANGED
|
@@ -19,4 +19,4 @@ torch.backends.cudnn.deterministic = False
|
|
| 19 |
inductor_config.max_autotune_gemm_backends = "ATEN,CUTLASS,FBGEMM"
|
| 20 |
|
| 21 |
dynamo.config.capture_scalar_outputs = True
|
| 22 |
-
torch._dynamo.config.recompile_limit =
|
|
|
|
| 19 |
inductor_config.max_autotune_gemm_backends = "ATEN,CUTLASS,FBGEMM"
|
| 20 |
|
| 21 |
dynamo.config.capture_scalar_outputs = True
|
| 22 |
+
torch._dynamo.config.recompile_limit = 16
|