Releases: gpu-mode/popcorn-cli
Releases · gpu-mode/popcorn-cli
Release list
Release v1.3.19
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
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
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
Submit through background jobs (#60)
Release v1.3.15
Update QR guide for qr_v2 (#58)
Release v1.3.14
Update QR guide for qr_v2 (#58)
Release v1.3.13
Add linear algebra QR submission guide
Release v1.3.12
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
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
[codex] document submission inspection and deletion flow (#55) * document submission inspection and deletion flow * reframe README note as reward hack section