Releases: google-ai-edge/model-explorer
Releases · google-ai-edge/model-explorer
adapter-v0.1.5
Use StableHLO adapter implementation as default in MLIR This should support dialects like `mhlo` and other `hlo` family of dialects. PiperOrigin-RevId: 662596997
model-explorer-v0.1.9
What's Changed
-
Now the UI code is fully open-sourced. Thanks for your patience!
-
Add support to pin a single op node to the top of a layer:
SetGraphNode.config.pinToGroupTop
totrue
in your adapter to pin an op node to the top of the corresponding group.
-
Fix ExportedProgram display when tensor is None by @justinchuby in #118
-
Minor update to the README file by @copybara-service in #122
Full Changelog: adapter-v0.1.4...model-explorer-v0.1.9
adapter-v0.1.4
Rollback the autoformatting PiperOrigin-RevId: 658075315
model-explorer-v0.1.8
What's Changed
- Delete unused
//tensorflow/python/integration_testing/...
and all users by @copybara-service in #100 - updating pyproject.toml to explicitly only allow supported torch vers… by @pkgoogle in #106
- Allow users to pass a model name when adding node data through API.
Example:config.add_node_data_from_path(model_data1, model_name='model1.tflite')
Also set numpy version < 2 to suppress warning message.
Full Changelog: model-explorer-v0.1.7...model-explorer-v0.1.8
model-explorer-v0.1.7
What's Changed
- Enable multiple ModuleOps in single MLIR file by @copybara-service in #94
- [Issue #84] Implemented extensions for API Calls. by @vproHacks in #85
- Implement stale management for Issues and PRs. by @shmishra99 in #89
New Contributors
- @vproHacks made their first contribution in #85
- @shmishra99 made their first contribution in #89
Full Changelog: model-explorer-v0.1.6...model-explorer-v0.1.7
adapter-v0.1.3
Implement stale management for Issues and PRs. (#89)
model-explorer-v0.1.6
What's Changed
- Fix the inputs_map error in pytorch adapter by @yijie-yang in #78
- Adding auto-assignment scripts and configuration by @pkgoogle in #41
- Fix incorrect number of constants shown in StableHLO MLIR by @copybara-service in #87
- Fix a bug in dot backend by @wuruoyu in #88
- Add Check dialect to the MLIR adapter. by @copybara-service in #91
- Fix mlir adapter deps by @copybara-service in #92
New Contributors
Full Changelog: model-explorer-v0.1.5...model-explorer-v0.1.6
adapter-v0.1.2
Fix mlir adapter deps PiperOrigin-RevId: 647099419
model-explorer-v0.1.5
What's Changed
- Updates the custom data overlay colab to use results from TFLite benchmarking. by @akshat14195 in #74
- Add a command line flag to skip health check after server starts. by @jinjingforever in #76
New Contributors
- @akshat14195 made their first contribution in #74
- @jinjingforever made their first contribution in #76
Full Changelog: model-explorer-v0.1.4...model-explorer-v0.1.5
model-explorer-v0.1.4
Bug fixes
- Fix a bug where
visualize_pytorch
fails to accept a model name with '/' in it.
Other changes
- Update README.md by @aaronbkarp in #60
New Contributors
- @aaronbkarp made their first contribution in #60
Full Changelog: model-explorer-v0.1.3...model-explorer-v0.1.4