Skip to content
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

Support ingesting a digest model report/cache #2

Open
pcolange opened this issue Dec 6, 2024 · 0 comments · May be fixed by #3
Open

Support ingesting a digest model report/cache #2

pcolange opened this issue Dec 6, 2024 · 0 comments · May be fixed by #3
Assignees
Labels
enhancement New feature or request

Comments

@pcolange
Copy link
Collaborator

pcolange commented Dec 6, 2024

This Issue is a feature request for the ability to load digest model reports/cache into the GUI. The workflow used most often is to share digest reports, but given the current capabilities, users must interact with the cache and reports manually and outside of the Digest frontend. Adding this feature will improve the UX in this workflow and set the stage for supporting a "Digest project file". The story for this feature will include these steps:

  1. Digest cache will first need to include a YAML version of the text report file
  2. The GUI must offer YAML files as an input file type
  3. Abstract the model meta-data etc through a base class to set the stage for more input model types
  4. Create a DigestReportModel that behaves similar to the DigestOnnxModel
  5. Enable the DigestReportModel to be loaded into a model summary.
  6. Given the YAML file location, search for other cache assets like the nodes list and include them in the GUI summary
@pcolange pcolange added the enhancement New feature or request label Dec 6, 2024
@pcolange pcolange self-assigned this Dec 6, 2024
pcolange pushed a commit that referenced this issue Dec 6, 2024
- Offers solution for steps 1-3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant