Fangyangci/simplify rules zip#374
Conversation
add pattern
…to fangyangci/scale
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…-ModelKit into fangyangci/scale # Conflicts: # src/winml/modelkit/analyze/runtime_checker/runner.py
…to fangyangci/scale # Conflicts: # src/winml/modelkit/analyze/runtime_checker/case_runner.py
remove duplicate data between version
…to fangyangci/scale # Conflicts: # src/winml/modelkit/analyze/runtime_checker/result_processor.py # src/winml/modelkit/analyze/runtime_checker/runner.py
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
could you explain more about baseline and delta?
|
As each op has different since_version Load v22= Load v22+21+...+12 delta is NOT test case level. |
In this sense, it is more easy to just convert raw result op data json to pandas dataframe json or other format and then load the since version in code? It could be even faster since we only load one needed. No need to combine them |
our runtime queries many nodes/operators in a model, current combined snapshots are often better because they reduce file-open overhead and reuse in-memory data. |
|
Could you please update your PR title so it's easier to read? Please refer to other PRs' title format. Thanks. |
1. Change update_zip to use a snapshot generation model of full baseline plus incremental updates, reducing duplicate data across opsets and shrinking rules_zip size. 2. Unify the update entry point to just two parameters, ep + device, and remove the external version parameter to reduce misuse risk and ensure incremental-chain consistency. 3. Move op_check_results/rules to rules_zip --------- Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.