Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,9 @@ Option 1: Using huggingface_hub
|
|
| 35 |
from huggingface_hub import snapshot_download
|
| 36 |
import sys
|
| 37 |
|
| 38 |
-
|
|
|
|
|
|
|
| 39 |
sys.path.insert(0, "./Nebula-S-v1")
|
| 40 |
from nebula_s import load_nebula_s
|
| 41 |
|
|
|
|
| 35 |
from huggingface_hub import snapshot_download
|
| 36 |
import sys
|
| 37 |
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
snapshot_download("decompute/Nebula-S-v1", local_dir="./Nebula-S-v1")
|
| 41 |
sys.path.insert(0, "./Nebula-S-v1")
|
| 42 |
from nebula_s import load_nebula_s
|
| 43 |
|