Status:
- Evaluator:
⚠️ Not working - Codegen: 😶🌫️ Not implemented
Python bindings for Pkl.
- Install
rye
: https://rye-up.com/guide/installation/ - Run
rye sync
from the root of this directory - Run
. .venv/bin/activate
to activate the virtualenv
- Create a virtualenv and activate it
pip install -r requirements.lock
tests/test_evaluator.py
contains an example of how to setup and invoke the evaluator for a Pkl module. To run:
export PKL_EXEC=$(which pkl)
python tests/test_evaluator.py