Skip to content

Commit 4ee4737

Browse files
authored
add princeton 2026 quickstart doc (#54)
1 parent 1d36991 commit 4ee4737

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

docs/princeton2026.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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`.

0 commit comments

Comments
 (0)