dante
|
f64f0ecd23
|
fix: instance order when using processed params (#829)
|
2024-07-24 07:58:46 -04:00 |
|
dante
|
5be12b7a54
|
fix: num groups for conv operations should be specified at load time (#828)
|
2024-07-18 09:58:41 -04:00 |
|
dante
|
2fd877c716
|
chore: small worm example (#568)
|
2024-07-15 09:20:37 -04:00 |
|
dante
|
8197340985
|
chore: const filtering optimizations (#825)
|
2024-07-12 12:37:02 +01:00 |
|
dante
|
2ca57bde2c
|
chore: bump tract (#823)
|
2024-06-29 01:53:18 +01:00 |
|
dante
|
c97ff84198
|
refactor: rm boxed errors (opaque) (#810)
|
2024-06-08 22:41:47 -04:00 |
|
Ethan Cemer
|
685487c853
|
feat: DA swap proof commitments (#807)
|
2024-06-07 10:19:38 -04:00 |
|
dante
|
3fa482c9ef
|
fix: remove error messages in calibration loop (confusing) (#800)
|
2024-05-22 09:32:52 +01:00 |
|
dante
|
5125aaa090
|
chore: add aarch64 linux to release pipeline (#788)
|
2024-05-13 11:29:49 +09:00 |
|
dante
|
5c574adc31
|
chore: logistic regression example (#792)
|
2024-05-08 20:30:13 +09:00 |
|
dante
|
d464ddf6b6
|
chore: medium sized lstm example (#785)
|
2024-05-01 16:35:11 +01:00 |
|
dante
|
860e9700a8
|
refactor!: swap integer rep to i64 from i128 (#781)
BREAKING CHANGE: may break w/ old compiled circuits
|
2024-04-26 16:16:55 -04:00 |
|
dante
|
924f7c0420
|
fix: simplify kzg-commit (#780)
|
2024-04-24 11:57:20 -04:00 |
|
Ethan Cemer
|
f05f83481e
|
chore: update eth postgres (#769)
---------
Co-authored-by: dante <45801863+alexander-camuto@users.noreply.github.com>
|
2024-04-13 08:08:09 -04:00 |
|
dante
|
f78618ec59
|
feat: full ND conv and pool (#770)
|
2024-04-06 23:29:30 +01:00 |
|
dante
|
32c3a5e159
|
fix: hold stacked outputs in a separate map
|
2024-04-02 21:37:20 +01:00 |
|
dante
|
5639d36097
|
chore: verify aggr wasm unit test (#760)
|
2024-04-01 20:54:20 +01:00 |
|
Sung Jun Eun
|
feb3b1b475
|
fix: array element encapsulation in ezkl_demo.ipynb (#747)
|
2024-03-21 08:51:01 +00:00 |
|
dante
|
6819a3acf6
|
chore: more complete coverage tests (#748)
|
2024-03-20 18:53:47 +00:00 |
|
dante
|
a5bf64b1a2
|
feat!: ipa commitments (#740)
BREAKING CHANGE: commitment is now an added flag
|
2024-03-16 16:31:01 +00:00 |
|
dante
|
a1450f8df7
|
feat: gather_nd/scatter_nd support (#737)
|
2024-03-11 22:05:40 +00:00 |
|
dante
|
a437d8a51f
|
feat: "sub"-dynamic tables (#730)
|
2024-03-04 10:35:28 +00:00 |
|
dante
|
80a3c44cb4
|
feat: lookup-less recip by default (#725)
|
2024-02-28 16:35:20 +00:00 |
|
dante
|
88098b8190
|
fix!: cleanup felt serialization language in python and wasm (#724)
BREAKING CHANGE: python and wasm felt utilities have new names
|
2024-02-25 14:06:48 +00:00 |
|
dante
|
678a249dcb
|
feat: allow for reduced n srs for verification (#716)
|
2024-02-16 18:28:54 +00:00 |
|
dante
|
95d4fd4a70
|
feat: power of 2 div using type system (#702)
|
2024-02-04 02:43:38 +00:00 |
|
dante
|
df72e01414
|
feat: make selector compression optional (#696)
|
2024-01-24 00:09:00 +00:00 |
|
Alexander Camuto
|
31f58056a5
|
chore: bump py03
|
2024-01-21 20:58:32 +00:00 |
|
Vehorny
|
feccc5feed
|
chore(examples): proofreading the notebooks (#687)
---------
Co-authored-by: dante <45801863+alexander-camuto@users.noreply.github.com>
|
2024-01-18 14:48:02 +00:00 |
|
dante
|
db24577c5d
|
fix: calibrate from total min/max on lookups rather than individual x (#690)
|
2024-01-17 23:59:15 +00:00 |
|
Jseam
|
bb482e3cac
|
fix: set max_logrows for calibrate_settings (#688)
|
2024-01-16 17:40:45 +00:00 |
|
dante
|
07a508016e
|
refactor: carry conv/deconv kernel info at the const node level (#684)
|
2024-01-09 19:20:16 +00:00 |
|
dante
|
de48ae18fa
|
refactor: lookup safety during cal should be selectable (#678)
|
2024-01-03 16:10:58 +00:00 |
|
dante
|
dc9357f805
|
fix: forcefully assign symbolic values in large graphs for tract (#673)
|
2023-12-22 02:57:47 +00:00 |
|
dante
|
cc327586ee
|
chore: bump revm / snark-verifier deps (#671)
---------
Co-authored-by: Ethan <tylercemer@gmail.com>
|
2023-12-21 13:00:42 +00:00 |
|
dante
|
5c529092c9
|
chore: demonstrate larger calibration datasets in nb (#669)
|
2023-12-19 18:21:39 +00:00 |
|
dante
|
fd3159d860
|
refactor: rm encrypted vis (#660)
|
2023-12-16 10:00:44 +00:00 |
|
dante
|
78c0aff9b0
|
refactor!: set defaults for most flags (#653)
BREAKING_CHANGE: arg ordering in python
|
2023-12-11 11:06:18 +00:00 |
|
dante
|
71a0a5fa0b
|
chore: cleanup remote cmds (#650)
|
2023-12-09 23:35:56 +00:00 |
|
dante
|
1697b6e46e
|
feat!: create SRS repo by default to avoid redownloading (#649)
|
2023-12-08 17:59:55 +00:00 |
|
Ethan Cemer
|
c532ebc52a
|
chore: add cal_input field to deploy_model hub command (#648)
deploy_model command
|
2023-12-06 23:33:15 +00:00 |
|
Ethan Cemer
|
7df38d0aa6
|
feat: lenet model for improved accuracy of mnist classifier (#636)
---------
Co-authored-by: dante <45801863+alexander-camuto@users.noreply.github.com>
|
2023-12-06 23:32:35 +00:00 |
|
dante
|
54ab439fec
|
fix: patch arg processing for 1D sumpool (#646)
|
2023-12-05 22:13:03 +00:00 |
|
dante
|
7bc5f462fd
|
feat: python bindings for setup_test_evm_witness (#642)
|
2023-12-05 10:58:02 +00:00 |
|
dante
|
18681711f4
|
fix: remove implicit unwrap in einsum prod pair iteration (#644)
|
2023-12-04 23:21:54 +00:00 |
|
dante
|
44e4126987
|
fix: prevent calibrate from picking too large extended K (#641)
|
2023-12-03 18:26:08 +00:00 |
|
dante
|
3386bba9ce
|
chore: test for max 0.18 error on resources cal (#639)
|
2023-12-01 09:22:20 +00:00 |
|
dante
|
5472ccb902
|
feat: layer-norm support (#638)
|
2023-11-29 12:48:52 +00:00 |
|
Jseam
|
e250b68979
|
fix: update hub queries (#630)
---------
Co-authored-by: dante <45801863+alexander-camuto@users.noreply.github.com>
|
2023-11-27 11:12:06 +00:00 |
|
dante
|
cd70a95836
|
refactor: remove most paths that panic or crash when using as a lib not bin (#632)
|
2023-11-26 13:05:07 +00:00 |
|