Instructions to use BWGZK/EndlessWorld with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- SelfForcing
How to use BWGZK/EndlessWorld with SelfForcing:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -83,8 +83,6 @@ state_dict = torch.load(ckpt, map_location="cpu")
|
|
| 83 |
|
| 84 |
## Training
|
| 85 |
|
| 86 |
-
- **Run:** `self_forcing_dmd_separate` (DMD distillation, separate fake-score
|
| 87 |
-
network), step **1000**.
|
| 88 |
- **Framework:** Multi-GPU FSDP via the [`train.py`](https://github.com/BWGZK-keke/EndlessWorld/blob/main/train.py)
|
| 89 |
entry point with [`configs/self_forcing_dmd.yaml`](https://github.com/BWGZK-keke/EndlessWorld/blob/main/configs/self_forcing_dmd.yaml).
|
| 90 |
|
|
|
|
| 83 |
|
| 84 |
## Training
|
| 85 |
|
|
|
|
|
|
|
| 86 |
- **Framework:** Multi-GPU FSDP via the [`train.py`](https://github.com/BWGZK-keke/EndlessWorld/blob/main/train.py)
|
| 87 |
entry point with [`configs/self_forcing_dmd.yaml`](https://github.com/BWGZK-keke/EndlessWorld/blob/main/configs/self_forcing_dmd.yaml).
|
| 88 |
|