Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 Windows ARM64 上安装 GenieX CLI,或在 Linux ARM64 上通过 Docker 运行。
.exe
geniex
Set-Alias geniex (where.exe geniex)
geniex --help
HOME
sudo -s
export HOME=/root
curl -fsSL https://qaihub-public-assets.s3.us-west-2.amazonaws.com/qai-hub-geniex/install.sh | sh
sudo
PATH
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bashrc # 或 ~/.zshrc / ~/.profile
source
libCB.so.1
libOpenCL_adreno.so.1
libcdsprpc.so.1.0.0
安装位置
/usr/local/lib/geniex/
/usr/local/bin/geniex
${XDG_DATA_HOME:-~/.local/share}/geniex/
~/.local/bin/geniex
固定版本或使用自定义前缀
sh -s --
# Pin a specific version curl -fsSL .../install.sh | sh -s -- --version v0.1.8 # Custom install prefix curl -fsSL .../install.sh | sh -s -- --prefix /opt/geniex
手动加入 PATH