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

intel conda channel not available #229

Closed
ZhangSean42 opened this issue Sep 17, 2024 · 7 comments
Closed

intel conda channel not available #229

ZhangSean42 opened this issue Sep 17, 2024 · 7 comments

Comments

@ZhangSean42
Copy link

ZhangSean42 commented Sep 17, 2024

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

@arjunsuresh
Copy link
Contributor

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.

@ktotam1
Copy link

ktotam1 commented Nov 6, 2024

any updates on this? is there a link to the docker images?

@ktotam1
Copy link

ktotam1 commented Nov 6, 2024

hello, I was able to fix this by installing cm4mlops in editable mode and changing
script/install-generic-conda-package/customize.py
this isnt the proper enterprise way to do it but i replaced
install_cmd += " -c "+env['CM_CONDA_PKG_SRC'] + " "
by
install_cmd += " -c https://software.repos.intel.com/python/conda/ "
I would need to dig deeper to find out where CM CONDA PKG SRC is set but this hacky thing works for me for now

@arjunsuresh
Copy link
Contributor

Thank you @ktotam1 for your input. I just added it to cm4mlops in this commit. You should be able to get it by cm pull repo. Please let us know if it works fine.

Unfortunately we were busy with other works and adding docker runs for Intel MLPerf inference is moved to our December release.

@ktotam1
Copy link

ktotam1 commented Nov 6, 2024

Ok no worries, thanks for the speedy reply :)

@arjunsuresh
Copy link
Contributor

You're welcome 😊

@arjunsuresh
Copy link
Contributor

Closing this as the issue is resolved now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants