ezkl icon indicating copy to clipboard operation
ezkl copied to clipboard

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.

Results 17 ezkl issues
Sort by recently updated
recently updated
newest added

When I try to install ezkl-gpu via pip install ezkl-gpu,it reports err: ERROR: Could not find a version that satisfies the requirement ezkl-gpu (from versions: none) ERROR: No matching distribution...

bug

Currently lookups are re-generated from scratch in both setup and proving phases -- which is great in a world where storage is costly. However in many latency sensitive applications this...

enhancement

I was testing ezkl with a publicly available model YOLOv8s-worldv2 but I'm receiving an error when I fire the gen-settings command, the error is the following: `[graph] a node is...

bug

### PR: Integrating iOS Bindings for the EZKL Library This PR introduces iOS bindings for the EZKL library, developed using the [**uniffi**](https://mozilla.github.io/uniffi-rs/latest/) package. This package facilitates the generation of bindings...

**Summary:** This PR updates the `halo2` version in the `Cargo.toml` to point to current branch that contains updated ICICLE integrations. **Details:** - The `halo2` dependency in the `Cargo.toml` is temporarily...

``` [2024-08-23T12:15:07Z INFO ezkl::graph::model] model layout... thread 'main' panicked at /home/vaqxai/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subtle-2.6.1/src/lib.rs:701:9: assertion `left == right` failed left: 0 right: 1 stack backtrace: 0: rust_begin_unwind 1: core::panicking::panic_fmt 2: core::panicking::assert_failed_inner 3: core::panicking::assert_failed...

bug