edwardjiang commited on
Commit
524c5a8
1 Parent(s): 89b6055

Update launch.py

Browse files
Files changed (1) hide show
  1. launch.py +1 -1
launch.py CHANGED
@@ -133,7 +133,7 @@ EduChat的能力
133
 
134
  print('Loading model...')
135
 
136
- model = get_specific_model("models/ecnu-icalk/educhat-sft-002-7b")
137
 
138
  model.half().cuda()
139
  model.gradient_checkpointing_enable() # reduce number of stored activations
 
133
 
134
  print('Loading model...')
135
 
136
+ model = get_specific_model(args.model_path)
137
 
138
  model.half().cuda()
139
  model.gradient_checkpointing_enable() # reduce number of stored activations