mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-08 07:53:29 +08:00
update loaders
This commit is contained in:
parent
5acea5e4fc
commit
d2983e935f
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user