CCCCCC commited on
Commit
41d96dc
·
1 Parent(s): 9b36a31

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torch
7
 
8
 
9
  # model_path = '/cjl/llm_finetuning/output/prompt_engineer_en_final/bpo_model'
10
- model_path = 'lmsys/vicuna-7b-v1.5'
11
 
12
  device = 'cpu'
13
 
 
7
 
8
 
9
  # model_path = '/cjl/llm_finetuning/output/prompt_engineer_en_final/bpo_model'
10
+ model_path = 'TheBloke/zephyr-7B-beta-GPTQ'
11
 
12
  device = 'cpu'
13