-
Notifications
You must be signed in to change notification settings - Fork 346
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
TransformerEngine build fail with Conda #954
Comments
Conda don't have cudnn.h at begining. I manually install after pytorch using conda install -c conda-forge cudnn |
dose it work? |
I solved it by install cudnn manually sudo apt-get -y install cudnn9-cuda-12 |
When installing cuDNN, you should make sure |
To install only in conda environment:
|
`Requirement already satisfied: mpmath>=0.19 in /workspace/miniconda3/envs/megatron_neo/lib/python3.10/site-packages (from sympy->torch->transformer_engine==1.6.0+c81733f) (1.3.0)
Installing collected packages: transformer_engine
Running setup.py develop for transformer_engine
error: subprocess-exited-with-error
error: subprocess-exited-with-error
× python setup.py develop did not run successfully.
│ exit code: 1
╰─> [98 lines of output]
running develop
/workspace/miniconda3/envs/megatron_neo/lib/python3.10/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!
`
The text was updated successfully, but these errors were encountered: