Update README.md
Browse files
README.md
CHANGED
|
@@ -6,14 +6,14 @@ colorTo: purple
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
app_file: app.py
|
| 9 |
-
pinned:
|
| 10 |
hardware: cpu-basic
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_scopes:
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
---
|
| 18 |
|
| 19 |
# LTX-2.3 LoRA Trainer (HF Jobs)
|
|
@@ -61,4 +61,4 @@ The job: sync buckets → `uv sync` → download base checkpoint + Gemma → `pr
|
|
| 61 |
|
| 62 |
- Resolution: W,H divisible by 32; frames `F % 8 == 1` (25, 49, 81, …).
|
| 63 |
- `a100-large` (80 GB) fits the 22B model in bf16; INT8 quantization is optional.
|
| 64 |
-
- First job is slow to start (env build + ~67 GB of model downloads) before training begins.
|
|
|
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: 6.18.0
|
| 8 |
app_file: app.py
|
| 9 |
+
pinned: true
|
| 10 |
hardware: cpu-basic
|
| 11 |
hf_oauth: true
|
| 12 |
hf_oauth_scopes:
|
| 13 |
+
- read-repos
|
| 14 |
+
- write-repos
|
| 15 |
+
- manage-repos
|
| 16 |
+
- jobs
|
| 17 |
---
|
| 18 |
|
| 19 |
# LTX-2.3 LoRA Trainer (HF Jobs)
|
|
|
|
| 61 |
|
| 62 |
- Resolution: W,H divisible by 32; frames `F % 8 == 1` (25, 49, 81, …).
|
| 63 |
- `a100-large` (80 GB) fits the 22B model in bf16; INT8 quantization is optional.
|
| 64 |
+
- First job is slow to start (env build + ~67 GB of model downloads) before training begins.
|