Please refer to the respective page for instructions on how to install a GPU.
Please refer to the respective page for instructions on how to install a CUDA.
Please refer to the respective page for instructions on how to install a Python.
Clone the Github repository of Liberate.FHE to obtain the latest source code.
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.
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.
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.