Upload handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
|
@@ -8,7 +8,7 @@ from torchao.quantization import quantize_, autoquant, int8_dynamic_activation_i
|
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
IS_COMPILE = False
|
| 11 |
-
IS_TURBO =
|
| 12 |
|
| 13 |
if IS_COMPILE:
|
| 14 |
import torch._dynamo
|
|
|
|
| 8 |
from huggingface_hub import hf_hub_download
|
| 9 |
|
| 10 |
IS_COMPILE = False
|
| 11 |
+
IS_TURBO = False
|
| 12 |
|
| 13 |
if IS_COMPILE:
|
| 14 |
import torch._dynamo
|