Skip to content

cortext.py 1.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Jul 15:15
· 8 commits to main since this release

cortext.py 1.2.4

Platform wheels (turnkey natives + AIST model chunks) are attached to this release — not published to pypi.org (same pattern as PyTorch’s secondary wheel index).

Install

pip install cortext==1.2.4 --find-links https://github.com/augmem/cortext.py/releases/download/v1.2.4/index.html
# or
uv pip install cortext==1.2.4 --find-links https://github.com/augmem/cortext.py/releases/download/v1.2.4/index.html
# or
curl -fsSL https://github.com/augmem/cortext.py/releases/download/v1.2.4/install.sh | bash -s -- v1.2.4

Pip selects the matching py3-none-<platform> wheel for your OS/arch.

Artifacts: six platform .whl files, index.html (find-links), install.sh, INSTALL.md, and simple-index.tar.gz (PEP 503 tree for mirrors / private indexes).