zkonduit / ezkl

ezkl is an engine for doing inference for deep learning models and other computational graphs in a zk-snark (ZKML). Use it from Python, Javascript, or the command line.

Home Page:https://docs.ezkl.xyz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`ezkl` python bindings do not provide `__version__` attribute

JSeam2 opened this issue · comments

Describe the bug

ezkl.__version__ returns AttributeError: module 'ezkl' has no attribute '__version__'

Expected behaviors

ezkl.__version__ should return an appropriate version so users can check from within an interactive python shell what version of ezkl they are on.