🦙 Guanaco Wheels

Pre-compiled wheels with CPU and CUDA support.

Note: pip may warn about missing hashes — safe (direct GitHub downloads).

CPU

Install:

pip install guanaco-py --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cpu/

Force wheels:

pip install guanaco-py --only-binary=:all: --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cpu/

CUDA 12.1

Install:

pip install guanaco-py --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu121/

Force wheels:

pip install guanaco-py --only-binary=:all: --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu121/

CUDA 12.2

Install:

pip install guanaco-py --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu122/

Force wheels:

pip install guanaco-py --only-binary=:all: --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu122/

CUDA 12.3

Install:

pip install guanaco-py --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu123/

Force wheels:

pip install guanaco-py --only-binary=:all: --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu123/

CUDA 12.4

Install:

pip install guanaco-py --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu124/

Force wheels:

pip install guanaco-py --only-binary=:all: --extra-index-url https://TheBigEye.github.io/guanaco-py/whl/cu124/


Generated by GitHub Actions