Skip to content

Commit

Permalink
Merge branch 'main' into feat/leaky_relu2
Browse files Browse the repository at this point in the history
  • Loading branch information
dcbuild3r authored Dec 5, 2022
2 parents 520caaa + 7d86386 commit e1fae3c
Show file tree
Hide file tree
Showing 38 changed files with 302 additions and 7,144 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
Expand Down
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[submodule "examples/onnx"]
path = examples/onnx
url = https://github.com/zkonduit/onnx-examples
branch = main
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ log = { version = "0.4.17", optional = true }
colog = { version = "1.1.0", optional = true }
tabled = { version = "0.9.0", optional = true}
# evm related deps
ethereum_types = { package = "ethereum-types", version = "0.13.1", default-features = false, features = ["std"], optional=true}
foundry_evm = { git = "https://github.com/foundry-rs/foundry", package = "foundry-evm", rev = "6b1ee60e", optional=true }
hashbrown = "0.13"
ethereum_types = { package = "ethereum-types", version = "0.14", default-features = false, features = ["std"], optional=true}
foundry_evm = { git = "https://github.com/foundry-rs/foundry", package = "foundry-evm", rev = "b28119b56d7dd18c268a471167a0c547c301c13e", optional=true }
halo2_wrong_ecc = { git = "https://github.com/privacy-scaling-explorations/halo2wrong", tag = "v2022_10_22", package = "ecc"}
plonk_verifier = { git = "https://github.com/privacy-scaling-explorations/plonk-verifier.git", tag = "v2022_10_22"}

Expand Down
236 changes: 71 additions & 165 deletions README.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions examples/onnx
Submodule onnx added at a595f3
Binary file removed examples/onnx_models/1lcnvrl.onnx
Binary file not shown.
Loading

0 comments on commit e1fae3c

Please sign in to comment.