-
Notifications
You must be signed in to change notification settings - Fork 0
Age bug #26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
0pendansor
wants to merge
28
commits into
main
Choose a base branch
from
age_bug
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Age bug #26
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…f generation, and verification Added initial implementation of the Kubz CLI with support for modular commands, including `slice`, `run`, `prove`, and `verify`. Implemented base utilities, argparse setup, and subparser logic for extensible CLI commands. Integrated `EzklRunner` for zk proof generation and verification workflows. Included colorized output, easter eggs, and interactive prompts for a user-friendly interface.
Enhanced ONNX slicing workflow in `OnnxSlicer` with modularized output handling, enhanced logging, and improved utilization of model metadata. Integrated `OnnxUtils` for optimization and shape inference. Streamlined logic for slice point determination and model analysis integration. Added logging configuration for CLI, improved error handling, and modernized metadata-driven shape application utilities. Updated CLI parsing for model selection and path handling.
Update slice, circuitize, cli and more.
… for model circuitization.
… onnx_runner, runner.py. Next step: prove, verify, scale = 12, inference_output difference.
…r` and add `Slicer`/`Circuitizer` orchestrators, update CLI commands, and enhance ONNX metadata handling.
…` and `runner_utils`.
…s, improve slicing workflows with new main logic, adjust path handling in slicers and runners, and clean up unused models and configs.
…d for modularity and add CLI improvements.
…mple clarity, and standardize code formatting for install and CLI usage instructions.
…subprocess compatibility and logging clarity.
…LI, documentation, installer, and internal references.
…minating redundant methods and imports. Update logger configuration for clarity.
* Removed dummy calibration * Tensor chaining for circuitizer completed * Fixed --layer flag bug
…etection logic from `cli/slice.py`. Refactor `cli/circuitize.py` to streamline layer validation and enforce slices directory. Drop unused options in `prove`, `verify`, and `run` commands, improving consistency and path handling. Add concise progress logging for circuitization segments in `circuitizer.py`.
…_path` utility. Apply consistent path resolution in `slice`, `circuitize`, `prove`, `verify`, and `run` commands. Refactor to simplify user prompts and handle default paths more robustly.
- Add Bugbash.md with comprehensive testing results for Scenario 1 - Include runner_analyzer.py diff showing metadata path fix - Include runner.py diff showing RunnerAnalyzer integration - Document successful EZKL circuitization and zkML pipeline testing - Test results: 100% circuit usage, 100% proof generation, 100% verification Scenario1: Test Doom via Ezkl on external directory
This reverts commit 404197f.
…ered input utility, and improve error logging. Update model selection logic and metadata handling for consistency.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.