tianhaowang commited on
Commit
77456ce
·
1 Parent(s): c2295ac

update plan.md

Browse files
Files changed (1) hide show
  1. plan.md +2 -2
plan.md CHANGED
@@ -57,7 +57,7 @@ Create these files/folders:
57
  * Space uses **Gradio SDK**.
58
  * Jobs will request a **GPU flavor** (e.g., `a10g-small`) for training; UI itself can run on CPU.
59
 
60
- **Currently the Space Hardware is CPU basic.**
61
 
62
 
63
  ---
@@ -226,7 +226,7 @@ def plot_scaling(sizes, y_values, y_label, out_path):
226
 
227
  ## 9) Training — `jobs/train.py` (PEFT/QLoRA SFT)
228
 
229
- **NOTE: Currently the Space Hardware is CPU basic. For testing purpose, the training part can be replaced by extremely small models.**
230
 
231
 
232
  ### Responsibilities
 
57
  * Space uses **Gradio SDK**.
58
  * Jobs will request a **GPU flavor** (e.g., `a10g-small`) for training; UI itself can run on CPU.
59
 
60
+ **Currently the Space Hardware is ZeroGPU.**
61
 
62
 
63
  ---
 
226
 
227
  ## 9) Training — `jobs/train.py` (PEFT/QLoRA SFT)
228
 
229
+ **NOTE: Currently the Space Hardware is ZeroGPU. For testing purpose, the training part can be replaced by extremely small models.**
230
 
231
 
232
  ### Responsibilities