LYL1015 commited on
Commit
619afd4
·
verified ·
1 Parent(s): 4bd4cbc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ if not os.path.exists(target_dir):
126
 
127
  llm_targer_dir = "JarvisIR/checkpoints/pretrained_preview"
128
  if not os.path.exists(llm_targer_dir):
129
- download_tools_ckpts(llm_targer_dir, "pretrained/preview")
130
 
131
  # Model configuration
132
  # XXX: Path to the fine-tuned LLaVA model
 
126
 
127
  llm_targer_dir = "JarvisIR/checkpoints/pretrained_preview"
128
  if not os.path.exists(llm_targer_dir):
129
+ download_tools_ckpts(llm_targer_dir, "pretrained/mrrhf")
130
 
131
  # Model configuration
132
  # XXX: Path to the fine-tuned LLaVA model