File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Princeton 2026 Quick Start
2+
3+ Use ` A100 ` and this leaderboard: ` princeton_cross_entropy ` .
4+
5+ ``` bash
6+ # 1. Install the CLI
7+ curl -fsSL https://raw.githubusercontent.com/gpu-mode/popcorn-cli/main/install.sh | bash
8+
9+ # 2. Register once with GitHub
10+ popcorn register github
11+
12+ # 3. Join the closed leaderboard with your invite code
13+ popcorn join < YOUR_INVITE_CODE>
14+
15+ # 4. Get the starter file
16+ wget https://raw.githubusercontent.com/gpu-mode/reference-kernels/main/problems/princeton/cross_entropy_py/submission.py
17+
18+ # 5. Run a correctness check
19+ popcorn submit --leaderboard princeton_cross_entropy --gpu A100 --mode test submission.py
20+
21+ # 6. Submit an official ranked run
22+ popcorn submit --leaderboard princeton_cross_entropy --gpu A100 --mode leaderboard submission.py
23+ ```
24+
25+ Notes:
26+
27+ - ` test ` checks correctness only.
28+ - ` leaderboard ` is the official ranked submission.
29+ - If registration gets stuck, run ` popcorn reregister github ` .
You can’t perform that action at this time.
0 commit comments