Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticGNU committed Aug 29, 2023
1 parent 621a631 commit 42145d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/web_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'model': 'openllama_peft',
'imagebind_ckpt_path': '../pretrained_ckpt/imagebind_ckpt/imagebind_huge.pth',
'vicuna_ckpt_path': '../pretrained_ckpt/vicuna_ckpt/7b_v0',
'anomalygpt_ckpt_path': './ckpt/train_cn/pytorch_model.pt',
'anomalygpt_ckpt_path': './ckpt/train_supervised/pytorch_model.pt',
'delta_ckpt_path': '../pretrained_ckpt/pandagpt_ckpt/7b/pytorch_model.pt',
'stage': 2,
'max_tgt_len': 128,
Expand Down

0 comments on commit 42145d4

Please sign in to comment.