Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miniconda Issue Running MLPerf Inference on Windows 11: '锘?CM_CONDA_BIN_WITH_PATH' is not recognized as an internal or external command #645

Open
Ziki-Z opened this issue Jan 9, 2025 · 0 comments

Comments

@Ziki-Z
Copy link

Ziki-Z commented Jan 9, 2025

Environment Details:

  • Operating System: Windows 11
  • MLPerf Version: 4.1
  • Model: ResNet50
  • Python Version: 3.11.9
  • Device: CPU

Description:
I am trying to run MLPerf Inference on Windows 11, following the instructions provided.

cm run script --tags=run-mlperf,inference,_r4.1-dev --model=resnet50 --implementation=intel --framework=pytorch --category=edge --scenario=Offline --execution_mode=valid --device=cpu --quiet

The script proceeds to the step where Miniconda is downloaded and installed, but after the installation is complete, the following error is thrown:

'锘?CM_CONDA_BIN_WITH_PATH' is not recognized as an internal or external command,
operable program or batch file.

CM error: Portable CM script failed (name = get-conda, return code = 1)

Troubleshooting Attempts:

  1. Manually added the PATH to the user environment variables. After this, running conda.exe from the cmd prompt can work, but no help.
  2. Manually added the CM_CONDA_BIN_WITH_PATH variable to the user environment variables. After this, running %CM_CONDA_BIN_WITH_PATH% --version, it can work, but no help.
  3. Manually added the 锘?CM_CONDA_BIN_WITH_PATH variable to the user environment variables. After this, running %锘?CM_CONDA_BIN_WITH_PATH% --version, it can work, but no help.

Please help :) Thanks.

@Ziki-Z Ziki-Z closed this as completed Jan 10, 2025
@Ziki-Z Ziki-Z reopened this Jan 10, 2025
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

No branches or pull requests

1 participant