Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 561 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 561 Bytes

Giza Benchmark

A tool to run Orion/Giza benchmarks.

Prerequisites

  • Rust
  • lambdaworks/provers/cairo from here for proving only. As of February 2024, the tested revision is fed12d6.

Installation

Clone this repository and run:

cargo install --path .

Usage Example

giza-benchmark -p examples/xgb/xgb_inf.sierra.json -i examples/xgb/input.txt -b examples/xgb

TODO

We plan to support more ZKML frameworks in a near future.