openlamm commited on
Commit
05ff7ce
·
1 Parent(s): f9479a6

move to 7b llm

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,8 +10,8 @@ import json
10
  args = {
11
  'model': 'openllama_peft',
12
  'imagebind_ckpt_path': '../model_zoo/imagebind_ckpt',
13
- 'vicuna_ckpt_path': '../model_zoo/vicuna_ckpt/13b_v0',
14
- 'delta_ckpt_path': './pretrained_ckpt/lamm98k/pytorch_model.pt',
15
  'stage': 1,
16
  'max_tgt_len': 128,
17
  'lora_r': 32,
 
10
  args = {
11
  'model': 'openllama_peft',
12
  'imagebind_ckpt_path': '../model_zoo/imagebind_ckpt',
13
+ 'vicuna_ckpt_path': 'openllmplayground/vicuna_7b_v0',
14
+ 'delta_ckpt_path': './pretrained_ckpt/llm7b_lora32_lamm98k/pytorch_model.pt',
15
  'stage': 1,
16
  'max_tgt_len': 128,
17
  'lora_r': 32,