-
Notifications
You must be signed in to change notification settings - Fork 47
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
[Docs] magic search returning outdated package metadata for pytorch (M2 Macbook Air) #245
Comments
Validated similarly on Ubuntu 24.04 with magic version 0.4.0 I did darin@home:/media/darin/M2/magic/hello-magic$ magic search pytorch -vvv pytorch cuda118_py311hb6eb748_301Name pytorch Verified that problem exists in pixi 0.32.1 as well |
Thanks @DWSimmons, closing the issue as duplicate |
Where is the problem?
https://docs.modular.com/max/tutorials/magic
What can we do better?
When overwriting the
pytorch
installation fromconda-forge
installation with the one from thepytorch
channel, themagic.lock
file shows the correct package metadata:However when running the
magic search pytorch
command, the old metadata from theconda-forge
channel is displayed:Steps to reproduce (on M2 Macbook Air):
magic init hello-magic --format mojoproject
cd hello-magic
magic add pytorch
mojoproject.toml
tochannels = ["pytorch", "conda-forge", "https://conda.modular.com/max"]
magic remove pytorch
magic add pytorch
magic search pytorch
Anything else?
Huge fan of the project 🔥
The text was updated successfully, but these errors were encountered: