Skip to content

Releases: gpu-mode/popcorn-cli

Release v1.3.12

04 Apr 05:35
78d93ad

Choose a tag to compare

Add aarch64 Linux support (DGX Spark / GB10) (#51)

* Add aarch64 Linux support (DGX Spark / GB10)

- Add aarch64-unknown-linux-gnu build target to the release workflow
- Add .cargo/config.toml to configure the cross-linker for aarch64
- Update install.sh to detect arm64/aarch64 and download the correct binary
  (popcorn-cli-linux-aarch64.tar.gz) instead of the x86-64 build

* validate arm64 installer in CI

* move arm64 validation into test workflow

* fold arm64 into test matrix

* build arm64 release on native runner

---------

Co-authored-by: brandonin <[email protected]>
Co-authored-by: Mark Saroufim <[email protected]>

Release v1.3.11

04 Apr 05:10
b94cc1a

Choose a tag to compare

Mention and add details in AGENTS.md (#39)

* add to cli docstring

* details in AGENTS.md

* Apply suggestion from @burtenshaw

Co-authored-by: burtenshaw <[email protected]>

---------

Co-authored-by: Mark Saroufim <[email protected]>

Release v1.3.10

04 Apr 01:46
79e8cd2

Choose a tag to compare

[codex] document submission inspection and deletion flow (#55)

* document submission inspection and deletion flow

* reframe README note as reward hack section

Release v1.3.9

03 Apr 21:34
45e4ae5

Choose a tag to compare

fix: writing multiple profile zip (#53)

* fix: writing multiple profile zip

* test: cover profile trace helpers

* ci: fix PR validation workflows

---------

Co-authored-by: Mark Saroufim <[email protected]>

Release v1.3.8

03 Apr 21:23
4ee4737

Choose a tag to compare

add princeton 2026 quickstart doc (#54)

Release v1.3.6

14 Mar 21:08
1d36991

Choose a tag to compare

Merge pull request #52 from yf225/docs/move-fp8-quant-to-problem-1

Release v1.3.5

14 Mar 17:37

Choose a tag to compare

More ui friendly register flow2

Release v1.3.4

14 Mar 17:32

Choose a tag to compare

More ui friendly register flow

Release v1.3.3

14 Mar 17:31
66daac5

Choose a tag to compare

docs: add Discord auth hint after register step (#50)

Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>

Release v1.3.2

14 Mar 17:18
68fd44a

Choose a tag to compare

docs: simplify hackathon scoring to top-3 points system (#49)

Replace the rank-based correctness/performance formula with a simpler
top-3 system: 5 pts (1st), 3 pts (2nd), 1 pt (3rd) per scored problem.
Mark fp8_quant as an unscored warm-up. Ties decided by kernel quality.