-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
triton build failing to access https://tritonlang.blob.core.windows.net/llvm-builds/ with HTTP Error 409 #4527
Comments
I'm seeing this too. The link to the tarball is now restricted. |
In case anyone is looking into this: I've tried accessing https://tritonlang.blob.core.windows.net via an internal redhat.com network, a private network and via an online anonymizer. It looks like the site is locked down for some reason and access to the tarball is restricted as indicated in the initial report by @lisaong |
Is there a way to provide a 1-time download for the tarball? Perhaps through a direct commit to the triton repo itself? |
We are also seeing this when trying to build triton in pytorch: https://github.com/pytorch/pytorch/actions/runs/10421322991/job/28863284428 |
…available (#133694) This should mitigate triton-lang/triton#4527 We should also remove this once our triton pin moves past: triton-lang/triton#4216 Pull Request resolved: #133694 Approved by: https://github.com/Skylion007, https://github.com/kit1980, https://github.com/malfet
That URL was changed back in June: Perhaps torch is on an older commit? |
The url is till blocked - any updates? |
I also faced this HTTP 409 error when building PyTorch 2.4 + ROCm. I think this problem of Triton not building points to AOTriton (AMD's fork) using the old upstream commit containing the now broken URL. |
I'm also seeing the similar issue. Any updates? |
This is still an issue, AOTriton still can not be build |
For anyone attempting to build aotriton from ROCm. aotriton references a DIFFERENT repository than triton-lang, and I have filed an issue here: ROCm#631 |
This reverts commit 32ed4a3. Reverted #133454 on behalf of https://github.com/ZainRizvi due to Sorry, there's [an outage](triton-lang/triton#4527) that's preventing triton from being installed correctly, which has the side effect of breaking our docker builds. Reverting this PR since it requires a docker rebuild (which now fails) to give us more time to properly fix the docker builds. ([comment](#133454 (comment)))
The main purpose of this PR is change the XPU CD use rolling driver to support more clients GPU AOT build and enable Kineto. And also plan to enable python 3.13 for xpu CD. Works for #114850 Pull Request resolved: #133454 Approved by: https://github.com/atalman
Thank you! Using the new URL solved this problem. |
This reverts commit 32ed4a3. Reverted pytorch#133454 on behalf of https://github.com/ZainRizvi due to Sorry, there's [an outage](triton-lang/triton#4527) that's preventing triton from being installed correctly, which has the side effect of breaking our docker builds. Reverting this PR since it requires a docker rebuild (which now fails) to give us more time to properly fix the docker builds. ([comment](pytorch#133454 (comment)))
@jayfurmanek torch is indeed on an older commit. Is there any plan to provide the older llvm-49af6502-ubuntu-x64.tar.gz tarball at the new oatriton download link? If not, is there a way I and others could get a copy? |
For anyone who might be in a similar situation: I've run into the same issue recently when trying to build PT for ROCm from source. I've tried a couple of ideas, including upgrading LLVM in AMD's triton fork, etc., all in vain. In the end what worked well for me was to follow the Building with custom LLVM part of README.
No more HTTP 409/missing blobs/version mismatch problems - everything went smoothly. |
Thanks. I had actually stumbled across this today and was trying it out :) It seems like it works -- I'm just worried that the AMD llvm may have additional flags we're not compiling with. Hopefully someone from the AMD ROCm team can confirm the above instructions are valid. |
XPU Triton does not need the workaround patch for setup.py. This commit skips it, and in the future could be directly removed when the triton-lang/triton#4527 is fixed.
I also had mixed results on building Triton (upstream commit
I built LLVM with CMake using the following flags:
The find command shows these targets are present, despite what CMake says.
Environment variables used:
|
https://tritonlang.blob.core.windows.net/llvm-builds/llvm-ed4e505c-ubuntu-x64.tar.gz, this link is working again which was not working earlier. $ wget https://tritonlang.blob.core.windows.net/llvm-builds/llvm-ed4e505c-ubuntu-x64.tar.gz llvm-ed4e505c-ubuntu-x64.tar.gz 0%[ ] 31.63K 11.9KB/s |
I can also confirm the links are working again. |
…available (#133694) This should mitigate triton-lang/triton#4527 We should also remove this once our triton pin moves past: triton-lang/triton#4216 Pull Request resolved: #133694 Approved by: https://github.com/Skylion007, https://github.com/kit1980, https://github.com/malfet
This reverts commit 32ed4a3. Reverted pytorch#133454 on behalf of https://github.com/ZainRizvi due to Sorry, there's [an outage](triton-lang/triton#4527) that's preventing triton from being installed correctly, which has the side effect of breaking our docker builds. Reverting this PR since it requires a docker rebuild (which now fails) to give us more time to properly fix the docker builds. ([comment](pytorch#133454 (comment)))
This was working earlier, so recently happened.
PublicAccessNotPermitted
Public access is not permitted on this storage account. RequestId:372d399d-901e-0036-4086-ef20cc000000 Time:2024-08-16T02:46:44.4328589ZThe text was updated successfully, but these errors were encountered: