Update README.md
Browse files
README.md
CHANGED
|
@@ -38,7 +38,7 @@ from huggingface_hub import hf_hub_download
|
|
| 38 |
import torch
|
| 39 |
|
| 40 |
# Download the model checkpoint
|
| 41 |
-
checkpoint_path = hf_hub_download(repo_id="HuSusu/MoLF", filename=
|
| 42 |
|
| 43 |
# Load weights (Pseudo-code: replace with your actual model class)
|
| 44 |
# model = HistoPrism(config=...)
|
|
|
|
| 38 |
import torch
|
| 39 |
|
| 40 |
# Download the model checkpoint
|
| 41 |
+
checkpoint_path = hf_hub_download(repo_id="HuSusu/MoLF", filename=ckpt/latent_flow/latent_flow_split_0.pt")
|
| 42 |
|
| 43 |
# Load weights (Pseudo-code: replace with your actual model class)
|
| 44 |
# model = HistoPrism(config=...)
|