설치 방법
DESILO FHE 라이브러리는 PyPI를 통해서 설치하실 수 있습니다.
시스템 요구사항
- OS: 리눅스와 맥OS를 지원합니다. 다음 플랫폼에서 사용할 수 있습니다.
- manylinux: glibc 2.34+ x86-64
- musllinux: musl 1.2+ x86-64
- macOS: supports 11.0+ x86-64
- macOS: supports 11.0+ ARM64
- Python: 3.9~3.13 을 지원합니다.
CPU 버전
pip
pip install desilofhe
poetry
poetry add desilofhe
GPU 버전
- CUDA: 12를 지원합니다.
- musllinux와 macOS는 CUDA가 지원되지 않습니다.
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