-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to build patched tensorflow package #18
Comments
First install related bazel. The related version of tensorflow requried the related version of bazel. Second step, clone tensorflow-upstream repository and checkout related branch.
Right now, build_rocm_python script used /opt/rocm-5.2.0, you can change this to the version you used. |
Thank you very much for your tutorial! Unfortunately, your commands are not working on my Ubuntu 20.04.5 machine.
|
Typo. had change to 2.7. And please check whether ROCm had installed successfully, As mention before, tf-2.7 used /opt/rocm-5.2.0 default. I haven't test it on rocm-5.3, So maybe 5.2.0 is safer. You can have a try. |
Just saw that |
Environment
Hi, for my application I need tensorflow 2.7, so I'd like to build it. From the available resources it is not clear to me how the provided tensorflow package is patched or if it is even patched at all to run on gfx803. Could you provide an insight on how you build the tensorflow package please?
The text was updated successfully, but these errors were encountered: