update loaders

This commit is contained in:
imClumsyPanda 2023-05-22 00:15:29 +08:00
parent 5acea5e4fc
commit d2983e935f
1 changed files with 1 additions and 3 deletions

View File

@ -24,9 +24,7 @@ EMBEDDING_DEVICE = "cuda" if torch.cuda.is_available() else "mps" if torch.backe
# supported LLM models # supported LLM models
""" # llm_model_dict 处理了loader的一些预设行为如加载位置模型名称模型处理器实例
llm_model_dict 处理了loader的一些预设行为如加载位置模型名称模型处理器实例
"""
llm_model_dict = { llm_model_dict = {
"chatglm-6b-int4-qe": { "chatglm-6b-int4-qe": {
"name": "chatglm-6b-int4-qe", "name": "chatglm-6b-int4-qe",