Skip to content

Commit

Permalink
Update model_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
csunny authored Jun 25, 2023
1 parent c19a7b1 commit aa4115e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pilot/configs/model_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"chatglm-6b-int4": os.path.join(MODEL_PATH, "chatglm-6b-int4"),
"chatglm-6b": os.path.join(MODEL_PATH, "chatglm-6b"),
"chatglm2-6b": os.path.join(MODEL_PATH, "chatglm2-6b"),
"chatglm2-6b-int4": os.path.join(MODEL_PATH, "chatglm2-6b-int4"),
"text2vec-base": os.path.join(MODEL_PATH, "text2vec-base-chinese"),
"guanaco-33b-merged": os.path.join(MODEL_PATH, "guanaco-33b-merged"),
"falcon-40b": os.path.join(MODEL_PATH, "falcon-40b"),
Expand Down

0 comments on commit aa4115e

Please sign in to comment.