We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to run the Pangu model, I need to install Apex.
The documentation on https://github.com/NVIDIA/apex?tab=readme-ov-file#linux is not leading to a successful install.
I get this error:
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Wondering how you managed to get the library?
The text was updated successfully, but these errors were encountered:
Same issue as reported here: NVIDIA/apex#990
Sorry, something went wrong.
Apparently Apex is only used for the fused layer norm layer in FCN networks. Patched it with the megatron_core so we can safely install without Apex.
Will test the installation and report back
Yep all good, closing this.
No branches or pull requests
In order to run the Pangu model, I need to install Apex.
The documentation on https://github.com/NVIDIA/apex?tab=readme-ov-file#linux is not leading to a successful install.
I get this error:
Wondering how you managed to get the library?
The text was updated successfully, but these errors were encountered: