Skip to content

Commit

Permalink
同步千帆的模型定义
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikaros-521 committed Jul 3, 2024
1 parent afc752d commit 455f68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/gpt_model/my_wenxinworkshop.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def __init__(self, data):
"ERNIEBot_4_0": LLMAPI.ERNIEBot_4_0,
"ERNIE_SPEED_128K": LLMAPI.ERNIEBot_4_0,
"ERNIE_SPEED_8K": LLMAPI.ERNIE_SPEED_8K,
"ERNIE_LITE_8K_0308": LLMAPI.ERNIE_LITE_8K_0308,
"ERNIE_LITE_8K": LLMAPI.ERNIE_LITE_8K,
"ERNIE_LITE_8K_0922": LLMAPI.ERNIE_LITE_8K_0922,
"ERNIE_TINY_8K": LLMAPI.ERNIE_TINY_8K,
"BLOOMZ_7B": LLMAPI.BLOOMZ_7B,
Expand Down
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -4170,7 +4170,7 @@ def save_config():
"ERNIEBot_4_0",
"ERNIE_SPEED_128K",
"ERNIE_SPEED_8K",
"ERNIE_LITE_8K_0308",
"ERNIE_LITE_8K",
"ERNIE_LITE_8K_0922",
"ERNIE_TINY_8K",
"BLOOMZ_7B",
Expand Down

0 comments on commit 455f68c

Please sign in to comment.