Liberate
Prerequisite Package
GPU
Please refer to the respective page for instructions on how to install a GPU.
CUDA
Please refer to the respective page for instructions on how to install a CUDA.
Python
Please refer to the respective page for instructions on how to install a Python.
Liberate.FHE
Step 1: Clone the github repository
Clone the Github repository of Liberate.FHE to obtain the latest source code.
Step 2: Install dependencies
Use poetry to install the project dependencies. Open the terminal and run the command poetry install
. This will automatically install all the required packages for the Liberate.FHE.
Step 3: Run CUDA build script
To build CUDA by running the setup.py
file. In the terminal, run the command poetry run python setup.py install
. This command will build CUDA files.
Step 4: Install Liberate.FHE library
Install the Liberate.FHE by running the command poetry run python -m pip install .
in the terminal. This will install the Liberate.FHE library into your system.