rename: CLI command from wmk to winml#205
Merged
Merged
Conversation
Rename the CLI entry point and all references from `wmk` to `winml`: - pyproject.toml entry point - cli.py prog_name and docstrings - All 12 command files (export, build, config, analyze, quantize, optimize, compile, inspect, sys, eval, perf, hub) - Source code: error messages, validator hints, cache docstring, temp dir prefix, venv name - Tests: 13 test files - Docs: README.md, e2e_eval scripts and JSON config (wmk_metric_key → winml_metric_key) - Deleted stale egg-info
zhenchaoni
reviewed
Apr 1, 2026
- WMK variable in run_eval.py → WINML_CLI - WMK_CACHE_DIR env var → WINML_CACHE_DIR (cache/path.py + tests) - WMK table headers in accuracy.py → WinML - WMK_blip comment in blip.py → WinML blip
DingmaomaoBJTU
approved these changes
Apr 1, 2026
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.
Summary
Closes #203
Rename the CLI entry point from
wmktowinmlacross the entire repository (265 occurrences, 42 files):pyproject.tomlentry point:scripts.wmk→scripts.winmlcli.pyprog_name and docstringswmk_→winml_), QAIRT venv name (venv-wmk→venv-winml)wmk_metric_key→winml_metric_key)egg-info/No backward-compatible alias — direct removal.
Verified: 3760 passed, 75 skipped (hardware), 0 failed.