English
Inference Endpoints
John6666 commited on
Commit
80be6d9
·
verified ·
1 Parent(s): 35bc30c

Upload handler.py

Browse files
Files changed (1) hide show
  1. 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 = True
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