move to 7b llm
Browse files
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': '
|
14 |
-
'delta_ckpt_path': './pretrained_ckpt/
|
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,
|