Confusing version numbers, nightlies, official releases, amd website, github readme, etc.. #3422
Replies: 2 comments 2 replies
-
|
@peteralieber you're following the docs for ROCm 7.2 which is the current stable release. For the technology preview 7.11 see https://rocm.docs.amd.com/en/7.11.0-preview/index.html. However, if you want more bleeding edge packages, e.g. nightly builds based on TheRock, you're most likely looking for https://github.com/ROCm/TheRock/blob/main/RELEASES.md#installing-releases-using-pip. If referring to TheRock produced releases we have
See also https://github.com/ROCm/rockrel?tab=readme-ov-file#rockrel-therock-releases but please don't mix with docs for 7.2 :) |
Beta Was this translation helpful? Give feedback.
-
|
Docs: https://github.com/ROCm/TheRock/blob/main/docs/packaging/versioning.md |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Many places say to do this:
pip install --pre torch torchvision torchaudio --index-url https://rocm.nightlies.amd.com/v2/gfx1151/
Great, but which rocm version do I install? My package says...
Ok, so rocm 7.11?? The page here,
https://rocm.docs.amd.com/projects/radeon-ryzen/en/latest/docs/install/installrad/windows/install-pytorch.htmlSure doesn't match, but when I installed, this command seems to like it:
python -m torch.utils.collect_envBut now I'm confused (yes, I know AI may not be right, but seriously, this seems just too hard to get into a power user mode...

I wonder if there is a place that all these versions, sdks, wheels, nightlies, releases, builds, etc. are more concretely defined and process described. This isn't even mentioning the ambiguity around therock and other builds of rocm. I want to be able to reason about these releases, what the requirements are to use a specific pytorch wheel, or how to get the right pytorch for a given therock build/release... Also, how to tell if a specific build is valid (i.e. the rocm build passed, but pytorch failed its CI/CD, etc.).
Anyone found any resources on this?
Beta Was this translation helpful? Give feedback.
All reactions