openlamm commited on
Commit
a6b73ff
·
1 Parent(s): c157297

update 7b mdel

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': 'openlamm/llm_13b_v0',
14
- 'delta_ckpt_path': './pretrained_ckpt/llm13b_lora32_lamm186k/pytorch_model.pt',
15
  'stage': 2,
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': 'openlamm/llm_7b_v0',
14
+ 'delta_ckpt_path': './pretrained_ckpt/llm7b_lora32_lamm186k/pytorch_model.pt',
15
  'stage': 2,
16
  'max_tgt_len': 128,
17
  'lora_r': 32,