seung275 commited on
Commit
a000119
·
verified ·
1 Parent(s): 581fecf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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': '/seung275/anomalygpt_ckpt_path',
36
- 'delta_ckpt_path': '/seung275/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,