-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
v2.7.3 build failed in NGC pytorch:24.12-py3 #1452
Comments
I am also getting smilar errors building FA3. Here's my output as well if that helps: compile_out.txt. I am going to try switching to pytorch:24.02-py3 since that's the latest release using nvcc 12.3, which they want us to build with after the refactor. edit: downgrading containers fixed my issues. |
Yup gcc 13 in nvcr 24.12 (and 24.11) is not compatible with nvcc 12.3. You can switch to gcc 12 if you want to use those containers. Longer term we'll figure out how to get the best perf on nvcc 12.6 instead of having to pin nvcc 12.3.
|
We're getting good perf with nvcc 12.8 on the nvcr 25.01 image so I recommend using that docker image. |
thanks for the quick update! will give that a go |
Thanks for your quick replay, and sorry for late to verify. |
The following Dockerfile isn't working:
here's the build log |
Next is the steps to reproduce:
The full log can be found in attachment (hopper-build.log).
error message like:
while v2.7.2 can be compiled successfully.
hopper-build.log
The text was updated successfully, but these errors were encountered: