-
Notifications
You must be signed in to change notification settings - Fork 326
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
Installing TE is so hard. #1284
Comments
The real problem shows above. |
Thanks, I will have a try. @wplf @timmoon10 |
I agreed!!! 😮💨 |
Following works for me after trying several combinations:
where your env vars are something like below
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Meeting problems such as
File "/TransformerEngine/build_tools/build_ext.py", line 91, in _build_cmake raise RuntimeError(f"Error when running CMake: {e}") RuntimeError: Error when running CMake: Command '['/usr/local/lib/python3.10/dist-packages/cmake/data/bin/cmake', '-S', '/TransformerEngine/transformer_engine/common', '-B', '/TransformerEngine/build/cmake', '-DPython_EXECUTABLE=/usr/bin/python3.10', '-DPython_INCLUDE_DIR=/usr/include/python3.10', '-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_INSTALL_PREFIX=/TransformerEngine/build/lib.linux-x86_64-3.10', '-DCMAKE_CUDA_ARCHITECTURES=70;80;89;90', '-Dpybind11_DIR=/usr/local/lib/python3.10/dist-packages/pybind11/share/cmake/pybind11', '-GNinja']' returned non-zero exit status 1.
and ninja -v
The text was updated successfully, but these errors were encountered: