-
Notifications
You must be signed in to change notification settings - Fork 15
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
.conda
packages uploaded to nvidia
channel not mirroring to CDN
#945
Comments
An interesting wrinkle is dropping the
Note: Flexible search is skipped otherwise we pick up |
cc @adibbley (for vis) |
Maybe adding label/main bypasses the CDN, where it is missing? |
That is what I'm thinking as well For example, the same
So sounds like this is just an issue mirroring to CDN |
cc @chenghlee (for vis) |
Huh. Is still an issue on your end? It seems to be working for me, so if you're still seeing the issue, very likely some weird CDN thing.
|
Yes am still seeing it unfortunately as is a colleague. Reproduced just before writing this We tried a bunch of things:
Always the same issue with creation |
Should add I wanted to confirm it wasn't something with corp networking. Have reproduced the same error on my personal laptop (which is |
Should add the same issue is not present with CUDA 12.4. So this works
Mentioning in case this provides any clues as to the differences between CUDA 12.4 & 12.5 packages |
So I just tried downloading the repodata itself and am not seeing the packages there either Commands:
Output: "cuda-python-12.5.0-py310hdae0e22_0.tar.bz2": {
"version": "12.5.0"
"cuda-python-12.5.0-py311hdae0e22_0.tar.bz2": {
"version": "12.5.0"
"cuda-python-12.5.0-py312hdae0e22_0.tar.bz2": {
"version": "12.5.0"
"cuda-python-12.5.0-py39hdae0e22_0.tar.bz2": {
"version": "12.5.0" For some reason only |
Can you try an |
This has been escalated to Anaconda's infrastructure team. We have identified two possible causes and are actively investigating them. |
Thanks Cheng! 🙏 Hope everyone had a good weekend! Am curious how things are going here |
It looks like the channel cloning CDN is having problems dealing with .conda format files on the |
Ah ok. That makes sense. This is our first release using Thanks Cheng! 🙏 Please let us know when we should recheck |
Did this fix get deployed? |
We tried it and it didn't work. 😞 We have an alternative approach, but that will take longer to roll out. (Still working on getting an estimate.) In the meantime, you might want to consider falling back to the older .tar.bz2 format, at least for this release until we get the CDN sorted out. |
Gotcha, thanks Cheng! 🙏 If we uploaded |
You can upload both formats (i.e., keep the BTW, the reason |
We reuploaded the CUDA packages in .tar.bz2 format and things seem to be working as expected. Thanks! |
nvidia
channel.conda
packages uploaded to nvidia
channel not mirroring to CDN
Thanks Cheng and Alex! 🙏 Have rewritten the OP and title to point out the remaining issue of mirroring |
Am curious what the current status is on this issue. It would be nice to have Expect users would appreciate the smaller packages for downloads Not to mention having access to package metadata without needing to do a full decompression is more noticeable with these larger packages |
This happened again with CUDA 12.5.1. We used |
The same commands which failed for 12.5.0 are working for me. In fact the same commands work for 12.5.1 as well, even though 12.5.1 does not yet have .conda packages uploaded. So I don't know if this issue has been fixed or not ? Please let me know if I missed something. I'd assume it's not fixed yet as there has been no update of late. Could the conda infrastructure team please comment ? I appreciate it. Click to expand
|
@jakirkham @billysuh7 We have upgraded the CDN cloning jobs over the last few weeks. On September 12th, we upgraded the With that, the existing |
Closing as fixed. |
Awesome thank you! 🙏 @morremeyer could you please check |
@jakirkham |
Ok this is something we have discussed enabling before. Not sure where it got stuck, but let's complete this work. Raised issue: #1055
Great, thanks! 🙏 |
Recently we uploaded
.conda
packages for CUDA 12.5 to thenvidia
channel. However we discovered they were not mirroring to CDN.We noticed this by trying to install CUDA 12.5 from the
nvidia
channel, but got the following error:However I can see the package is available via
conda search
Also via Anaconda.org
Since these were uploaded, we were recommended to upload
.tar.bz2
packages to thenvidia
channel, which the CDN appears to handle betterStill it would be good to support
.conda
packages on thenvidia
channel CDN too. This issue remains open to address thatThe text was updated successfully, but these errors were encountered: