adjust project content

This commit is contained in:
csunny
2023-05-08 00:34:36 +08:00
parent 0c3f0ed84c
commit d746086694
11 changed files with 87 additions and 15 deletions

View File

@@ -10,7 +10,12 @@ from transformers import (
from fastchat.serve.compression import compress_module
class ModerLoader:
class ModelLoader:
"""Model loader is a class for model load
Args: model_path
"""
kwargs = {}