Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,6 @@ tags:
|
|
| 13 |
---
|
| 14 |
|
| 15 |
|
| 16 |
-
|
| 17 |
<div align="center">
|
| 18 |
|
| 19 |
# Omni-View: Unlocking How Generation Facilitates Understanding in Unified 3D Model based on Multiview images
|
|
@@ -71,7 +70,7 @@ pip install flash_attn==2.7.4 --no-build-isolation
|
|
| 71 |
# BAGEL, configs and VAE
|
| 72 |
from huggingface_hub import snapshot_download
|
| 73 |
|
| 74 |
-
save_dir = "./pretrained_model"
|
| 75 |
repo_id = "ByteDance-Seed/BAGEL-7B-MoT"
|
| 76 |
cache_dir = save_dir + "/cache"
|
| 77 |
|
|
|
|
| 13 |
---
|
| 14 |
|
| 15 |
|
|
|
|
| 16 |
<div align="center">
|
| 17 |
|
| 18 |
# Omni-View: Unlocking How Generation Facilitates Understanding in Unified 3D Model based on Multiview images
|
|
|
|
| 70 |
# BAGEL, configs and VAE
|
| 71 |
from huggingface_hub import snapshot_download
|
| 72 |
|
| 73 |
+
save_dir = "./pretrained_model/BAGEL-7B-MoT/"
|
| 74 |
repo_id = "ByteDance-Seed/BAGEL-7B-MoT"
|
| 75 |
cache_dir = save_dir + "/cache"
|
| 76 |
|