Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
989569a
Introduce Kubz CLI with modular commands for slicing, inference, proo…
0pendansor Jul 17, 2025
49d6b67
Refactor ONNX slicing, logging, and model processing workflows
0pendansor Jul 18, 2025
5d87967
Refactor ONNX slicing and post-processing logic, streamline inference…
0pendansor Jul 18, 2025
01c8623
Change how we slice, so circuitization does not fail.
0pendansor Jul 24, 2025
2585c46
Switch from `EzklCircuitizer` to `OnnxCircuitizer` in `circuitize.py`…
0pendansor Jul 25, 2025
77c0456
run_metadatageneration, I/O integration, ezkl_runner with scale 7 and…
shirin-shahabi Jul 28, 2025
c36e368
Refactor slicing and circuitization workflows: remove `DeepProveRunne…
0pendansor Jul 29, 2025
50af82e
able to run with runner
0pendansor Aug 5, 2025
88f8793
Fixed runner cli
0pendansor Aug 6, 2025
44491ae
Add circuitization of layer selection
0pendansor Aug 6, 2025
08bb5af
Fixed a lot. Also added prove and verify as CLI commands.
0pendansor Aug 12, 2025
bf44863
moved around utils and analyzers
0pendansor Aug 12, 2025
e2f19a8
Relocate utility modules for better organization: moved `slicer_utils…
0pendansor Aug 12, 2025
329f7dd
Refactor code structure: relocate `runner_analyzer` and update import…
0pendansor Aug 12, 2025
9f3da53
Add `install.sh` script for Kubz and EZKL setup; refactor EZKL backen…
0pendansor Aug 13, 2025
bd49fff
Update GitHub repository link in README.md to reflect new organizatio…
0pendansor Aug 13, 2025
de6cf7b
Update README.md to clarify lack of PyTorch support, improve ONNX exa…
0pendansor Aug 14, 2025
816b7c0
Normalize path-like arguments to strings in EZKL backend methods for …
0pendansor Aug 15, 2025
e5d5a18
Rename project from "Kubz" to "Dsperse" across all files, including C…
0pendansor Aug 19, 2025
5e240c9
Remove unused ONNX-related utilities and streamline `utils.py` by eli…
0pendansor Aug 19, 2025
b8581e1
Tensor chain calibration (#16)
shadielfares Aug 21, 2025
e005d53
Remove redundant arguments (`--model-dir`, `--model-type`) and auto-d…
0pendansor Aug 21, 2025
ffde354
Normalize path handling across CLI commands by introducing `normalize…
0pendansor Aug 21, 2025
404197f
Add Bugbash testing documentation and code diffs
shirin-shahabi Aug 20, 2025
d387bb0
Revert "Add Bugbash testing documentation and code diffs"
shirin-shahabi Aug 21, 2025
32d6311
Refactor `onnx_slicer` to enhance input filtering clarity, add unfilt…
0pendansor Aug 27, 2025
f359d77
Fix age model
0pendansor Sep 9, 2025
73fc40f
simple working scripts for analyzing and slicing age.onnx model
shirin-shahabi Sep 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ sdist/
develop-eggs/
.installed.cfg

# ignore the models we test with
models/
src/models/

Loading