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 are 3.9 to 3.13.

CPU Version

pip

pip install desilofhe

poetry

poetry add desilofhe

GPU Version

  • CUDA: Supports version 12.
  • 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