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
I am trying to build the ONNX Runtime Training for CUDA 12.4 following the instructions here: https://onnxruntime.ai/docs/build/training.html#gpu--cuda
The error occurs at the end of the build with the Cmake unable to find the utf8_range::utf8_validity file.
I checked the utf8_range folder and it only contains : utf8_range-config.cmake utf8_range-targets-release.cmake utf8_range-targets.cmake
Cmake version : 3.29.2
Very urgent
CUDA 12.4
./build.sh --config=RelWithDebInfo --enable_training --build_wheel --use_cuda --cuda_home /usr/local/cuda --cudnn_home /usr/local/cuda --cuda_version=12.4 --allow_running_as_root
No response
11.4.0
The text was updated successfully, but these errors were encountered:
Run
rm -rf /usr/lib/cmake/utf8-range
Then try it again.
Sorry, something went wrong.
The system environment was broken. It was not an onnxruntime issue.
It still yields the same issue.
Then try this command instead:
rm -rf /usr/lib/cmake/utf8_range
The build completed till 96% and then popped up new errors.
No branches or pull requests
Describe the issue
I am trying to build the ONNX Runtime Training for CUDA 12.4 following the instructions here:
https://onnxruntime.ai/docs/build/training.html#gpu--cuda
The error occurs at the end of the build with the Cmake unable to find the utf8_range::utf8_validity file.
I checked the utf8_range folder and it only contains :
utf8_range-config.cmake
utf8_range-targets-release.cmake
utf8_range-targets.cmake
Cmake version : 3.29.2
Urgency
Very urgent
Target platform
CUDA 12.4
Build script
./build.sh --config=RelWithDebInfo --enable_training --build_wheel --use_cuda --cuda_home /usr/local/cuda --cudnn_home /usr/local/cuda --cuda_version=12.4 --allow_running_as_root
Error / output
Visual Studio Version
No response
GCC / Compiler Version
11.4.0
The text was updated successfully, but these errors were encountered: