Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -30,10 +30,10 @@ from torchvision import transforms
|
|
30 |
|
31 |
args = {
|
32 |
'model': 'openllama_peft',
|
33 |
-
'imagebind_ckpt_path': 'seung275/imagebind_huge.pth',
|
34 |
-
'vicuna_ckpt_path': 'seung275/7b_v0',
|
35 |
-
'anomalygpt_ckpt_path': '
|
36 |
-
'delta_ckpt_path': '
|
37 |
'stage': 2,
|
38 |
'max_tgt_len': 128,
|
39 |
'lora_r': 32,
|
|
|
30 |
|
31 |
args = {
|
32 |
'model': 'openllama_peft',
|
33 |
+
'imagebind_ckpt_path': './seung275/imagebind_huge.pth',
|
34 |
+
'vicuna_ckpt_path': './seung275/7b_v0',
|
35 |
+
'anomalygpt_ckpt_path': './seung275/anomalygpt_ckpt_path',
|
36 |
+
'delta_ckpt_path': './seung275/delta_ckpt_path',
|
37 |
'stage': 2,
|
38 |
'max_tgt_len': 128,
|
39 |
'lora_r': 32,
|