burtenshaw HF Staff commited on
Commit
81d4871
·
verified ·
1 Parent(s): 312749d

Sync latest signup app updates

Browse files
Files changed (1) hide show
  1. src/app/signup-panel.tsx +5 -4
src/app/signup-panel.tsx CHANGED
@@ -137,11 +137,12 @@ export default function SignupPanel({ session }: SignupPanelProps) {
137
  <section className={styles.grid}>
138
  <article className={styles.panel}>
139
  <p className={styles.panelLabel}>What You&apos;re Signing Up For</p>
140
- <h2 className={styles.panelTitle}>Three weeks of ML systems work aimed at the hardest kernel problems.</h2>
141
  <ul className={styles.list}>
142
- <li>Week 1: fundamental inference and onboarding through a fun optimization task.</li>
143
- <li>Week 2: scaling production inference on the latest hardware.</li>
144
- <li>Week 3: a frontier systems engineering challenge around state-of-the-art kernels.</li>
 
145
  </ul>
146
 
147
  {/* <div className={styles.noteBlock}>
 
137
  <section className={styles.grid}>
138
  <article className={styles.panel}>
139
  <p className={styles.panelLabel}>What You&apos;re Signing Up For</p>
140
+ <h2 className={styles.panelTitle}>Your mission, should you choose to accept it...</h2>
141
  <ul className={styles.list}>
142
+ <li>1. Activate your free OpenAI credits.</li>
143
+ <li>2. Instruct Codex to optimize a Mac Metal kernel for a given task.</li>
144
+ <li>3. Submit your optimized kernel to Hugging Face Leaderboard.</li>
145
+ <li>4. Accept the final challenge.</li>
146
  </ul>
147
 
148
  {/* <div className={styles.noteBlock}>