Upload folder using huggingface_hub
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
#import torch
|
3 |
#from transformers import AutoTokenizer, GenerationConfig
|
4 |
#from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|
|
|
1 |
+
from typing import Dict, List, Any
|
2 |
#import torch
|
3 |
#from transformers import AutoTokenizer, GenerationConfig
|
4 |
#from auto_gptq import AutoGPTQForCausalLM, BaseQuantizeConfig
|