Zimix commited on
Commit
a15eb6d
1 Parent(s): 751f199

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,8 +12,8 @@ CUSTOM_PATH = "/mindbot/541832"
12
 
13
 
14
  mind_bot = MindBot(
15
- "/cognitive_comp/songchao/mindbot_demo/checkpoint",
16
- "/cognitive_comp/songchao/checkpoints/13B-c-pretrain-tokenizer",
17
  if_int8=True
18
  )
19
 
 
12
 
13
 
14
  mind_bot = MindBot(
15
+ "IDEA-CCNL/Ziya-LLaMA-13B-v1",
16
+ "IDEA-CCNL/Ziya-LLaMA-13B-v1",
17
  if_int8=True
18
  )
19