Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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/
|
| 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
|