Skip to content

Releases: gpu-mode/popcorn-cli

Release v1.3.19

Choose a tag to compare

@github-actions github-actions released this 23 Jun 03:24
1f4cd4e

Download the archive for your platform:

  • Linux x86_64: popcorn-cli-linux.tar.gz
  • Linux aarch64: popcorn-cli-linux-aarch64.tar.gz
  • macOS Apple Silicon: popcorn-cli-macos.tar.gz
  • Windows x86_64: popcorn-cli-windows.zip

Extract the archive, move popcorn-cli into a directory on your PATH,
and run popcorn --version to confirm the installed version.

Release v1.3.18

Choose a tag to compare

@github-actions github-actions released this 20 Jun 16:41
f7150d4

Download the archive for your platform:

  • Linux x86_64: popcorn-cli-linux.tar.gz
  • Linux aarch64: popcorn-cli-linux-aarch64.tar.gz
  • macOS Apple Silicon: popcorn-cli-macos.tar.gz
  • Windows x86_64: popcorn-cli-windows.zip

Extract the archive, move popcorn-cli into a directory on your PATH,
and run popcorn --version to confirm the installed version.

Release v1.3.17

Choose a tag to compare

@github-actions github-actions released this 18 Jun 23:43
9914d51

Download the archive for your platform:

  • Linux x86_64: popcorn-cli-linux.tar.gz
  • Linux aarch64: popcorn-cli-linux-aarch64.tar.gz
  • macOS Apple Silicon: popcorn-cli-macos.tar.gz
  • Windows x86_64: popcorn-cli-windows.zip

Extract the archive, move popcorn-cli into a directory on your PATH, and run popcorn --version to confirm the installed version.

Older versions are available from the same Releases page by selecting a previous tag.

Release v1.3.16

Choose a tag to compare

@github-actions github-actions released this 18 Jun 23:40
9914d51
Submit through background jobs (#60)

Release v1.3.15

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:59
Update QR guide for qr_v2 (#58)

Release v1.3.14

Choose a tag to compare

@github-actions github-actions released this 15 Jun 04:41
Update QR guide for qr_v2 (#58)

Release v1.3.13

Choose a tag to compare

@github-actions github-actions released this 12 Jun 22:50
Add linear algebra QR submission guide

Release v1.3.12

Choose a tag to compare

@github-actions github-actions released this 04 Apr 05:35
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 <brandonin@users.noreply.github.com>
Co-authored-by: Mark Saroufim <marksaroufim@gmail.com>

Release v1.3.11

Choose a tag to compare

@github-actions github-actions released this 04 Apr 05:10
Mention and add details in AGENTS.md (#39)

* add to cli docstring

* details in AGENTS.md

* Apply suggestion from @burtenshaw

Co-authored-by: burtenshaw <ben.burtenshaw@gmail.com>

---------

Co-authored-by: Mark Saroufim <marksaroufim@gmail.com>

Release v1.3.10

Choose a tag to compare

@github-actions github-actions released this 04 Apr 01:46
[codex] document submission inspection and deletion flow (#55)

* document submission inspection and deletion flow

* reframe README note as reward hack section