qgallouedec HF Staff commited on
Commit
1f53b57
·
1 Parent(s): c6595fc

command in readme

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -2,6 +2,11 @@ import gradio as gr
2
 
3
  MARKDOWN = """# TRL jobs
4
  Start typing below to see the output.
 
 
 
 
 
5
  """
6
 
7
  with gr.Blocks() as demo:
 
2
 
3
  MARKDOWN = """# TRL jobs
4
  Start typing below to see the output.
5
+
6
+ ```sh
7
+ hfjobs run --flavor a10g-small hf.co/spaces/trl-lib/train sft --model Qwen/Qwen3-4B-Base --dataset trl-lib/tldr
8
+ ```
9
+
10
  """
11
 
12
  with gr.Blocks() as demo: