mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-10 07:08:03 -05:00
This contains a small library to read trace files retrieved from the hardware or the mockup. To run, please add the lib directory to your PYTHONPATH: export PYTHONPATH=$(readlink -m ./lib) Make sure you start from a fresh python virtual environment and install the requirements in requirements.txt: python -m venv new_env source new_env/bin/activate pip3 install -r requirements.txt