linoyts HF Staff commited on
Commit
f6a3a29
·
verified ·
1 Parent(s): 06d3794

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
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: false
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,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.