Skip to content

rename: CLI command from wmk to winml#205

Merged
timenick merged 4 commits into
mainfrom
zhiwang/rename-wmk-to-winml
Apr 1, 2026
Merged

rename: CLI command from wmk to winml#205
timenick merged 4 commits into
mainfrom
zhiwang/rename-wmk-to-winml

Conversation

@timenick

@timenick timenick commented Apr 1, 2026

Copy link
Copy Markdown
Collaborator

Summary

Closes #203

Rename the CLI entry point from wmk to winml across the entire repository (265 occurrences, 42 files):

  • pyproject.toml entry point: scripts.wmkscripts.winml
  • cli.py prog_name and docstrings
  • All 12 command files usage examples
  • Source code: error messages, validator hints, cache docstring, temp dir prefix (wmk_winml_), QAIRT venv name (venv-wmkvenv-winml)
  • 13 test files
  • README.md, e2e_eval scripts, JSON config (wmk_metric_keywinml_metric_key)
  • Deleted stale egg-info/

No backward-compatible alias — direct removal.

Verified: 3760 passed, 75 skipped (hardware), 0 failed.

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
@timenick timenick requested a review from a team as a code owner April 1, 2026 04:30
Comment thread scripts/e2e_eval/run_eval.py Outdated
Comment thread scripts/e2e_eval/run_eval.py Outdated
timenick added 2 commits April 1, 2026 13:47
- 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
@timenick timenick merged commit 2500b9b into main Apr 1, 2026
9 checks passed
@timenick timenick deleted the zhiwang/rename-wmk-to-winml branch April 1, 2026 06:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rename CLI command from wmk to winml

3 participants