After https://github.com/microsoft/winml-cli/pull/659, verified by `--no-skip-build` - WinMLAutoModel uses `output_dir = get_model_dir(onnx_path.stem, cache_dir=cache_dir_path)` instead of hash of model file / path - build_onnx_model uses `stem` instead of hash of config `winml_build_config`
After #659, verified by
--no-skip-buildoutput_dir = get_model_dir(onnx_path.stem, cache_dir=cache_dir_path)instead of hash of model file / pathsteminstead of hash of configwinml_build_config