-
Notifications
You must be signed in to change notification settings - Fork 20
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
intel conda channel not available #229
Comments
Unfortunately the Intel conda channel just disappeared. The latest Intel MLPerf results are using a docker. We'll make them available via CM starting next week. |
any updates on this? is there a link to the docker images? |
hello, I was able to fix this by installing cm4mlops in editable mode and changing |
Ok no worries, thanks for the speedy reply :) |
You're welcome 😊 |
Closing this as the issue is resolved now. |
I want to run mlperf in my local env, AMD cpu + ubuntu22.04
I run this command
cm run script --tags=run-mlperf,inference,_find-performance,_full,_r4.1-dev \ --model=resnet50 \ --implementation=reference \ --framework=onnxruntime \ --category=edge \ --scenario=Offline \ --execution_mode=test \ --device=cpu \ --quiet \ --test_query_count=1000
only to be greeted with this
CM/repos/local/cache/08247ed5ad504c81/miniconda3/bin/conda install -y -c intel mkl-include Collecting package metadata (current_repodata.json): failed UnavailableInvalidChannel: HTTP 403 FORBIDDEN for channel intel <https://conda.anaconda.org/intel> The channel is not accessible or is invalid.
I add two channels, but it still doesn't work.
CM/repos/local/cache/08247ed5ad504c81/miniconda3/bin/conda config --show channels channels:- intel - https://software.repos.intel.com/python/conda/ - defaults
The text was updated successfully, but these errors were encountered: