Draft
Conversation
Contributor
|
@urnotdfs please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
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
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.
This pull request adds support for the
google-bert/bert-base-casedmodel, including configuration and documentation for optimization workflows targeting multiple hardware accelerators. It introduces the model to the registry, provides licensing, and includes example configuration files for OpenVINO optimization and quantization. Additionally, it updates global configuration counters and improves.gitignorehandling for the new model directory.Model Addition and Registry Updates:
google-bert/bert-base-casedto the model registry in.aitk/configs/model_list.json, specifying supported runtimes (QNN, AMDNPU, NvidiaTRTRTX, DML, IntelCPU, IntelGPU, IntelNPU), architecture, status, and relative path..aitk/configs/checks.jsonto reflect the addition of the new model and associated configuration files.Model Directory and Documentation:
google-bert-bert-base-cased/aitkdirectory with aREADME.mddescribing optimization workflows for Qualcomm NPU, AMD NPU, Intel NPU, and NVIDIA/DML GPUs, including a latency/throughput benchmark table.google-bert-bert-base-cased/LICENSE..gitignoreto the model directory to exclude cache and history files except for essential configuration files.Optimization and Quantization Configurations:
bert-base-cased_context_ov_static.json, supporting conversion, quantization, evaluation, and encapsulation for Intel NPU..configfile (bert-base-cased_context_ov_static.json.config) with UI parameters for runtime selection, quantization dataset options, and evaluation toggling.