Skip to content

cortext.py 1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 07 Aug 05:08
· 2 commits to main since this release
d7e4817

cortext.py 1.3.0

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.3.0 --find-links https://github.com/augmem/cortext.py/releases/download/v1.3.0/index.html
# or
uv pip install cortext==1.3.0 --find-links https://github.com/augmem/cortext.py/releases/download/v1.3.0/index.html
# or
curl -fsSL https://github.com/augmem/cortext.py/releases/download/v1.3.0/install.sh | bash -s -- v1.3.0

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).