You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Manually added the PATH to the user environment variables. After this, running conda.exe from the cmd prompt can work, but no help.
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.
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.
The text was updated successfully, but these errors were encountered:
Environment Details:
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:
Troubleshooting Attempts:
%CM_CONDA_BIN_WITH_PATH% --version
, it can work, but no help.%锘?CM_CONDA_BIN_WITH_PATH% --version
, it can work, but no help.Please help :) Thanks.
The text was updated successfully, but these errors were encountered: