Skip to content

Installation

The DESILO FHE library is publicly available on PyPI.

System Requirements

  • OS: Supports Linux and macOS. The following platforms are supported.
    • manylinux: glibc 2.34+ x86-64
    • musllinux: musl 1.2+ x86-64
    • macOS: supports 11.0+ x86-64
    • macOS: supports 11.0+ ARM64
  • Python: Supported versions 3.10 to 3.14.

CPU Version

pip

pip install desilofhe

poetry

poetry add desilofhe

GPU Version

  • CUDA: Supports versions 12.1 to 13.0.
  • There is no CUDA support for musllinux and macOS binaries.

CUDA 12.1

pip

pip install desilofhe-cu121

poetry

poetry add desilofhe-cu121

CUDA 12.4

pip

pip install desilofhe-cu124

poetry

poetry add desilofhe-cu124

CUDA 12.6

pip

pip install desilofhe-cu126

poetry

poetry add desilofhe-cu126

CUDA 12.8

pip

pip install desilofhe-cu128

poetry

poetry add desilofhe-cu128

CUDA 12.9

pip

pip install desilofhe-cu129

poetry

poetry add desilofhe-cu129

CUDA 13.0

pip

pip install desilofhe-cu130

poetry

poetry add desilofhe-cu130