Skip to content

Commit e036bc5

Browse files
authored
Fix a typo in tensorflow-build-from-source
This PR fixes typo in the rocm build from source document.
1 parent e1b7d0a commit e036bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocm_docs/tensorflow-build-from-source.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ sudo bash ~/bazel*.sh
6262
cd ~ && git clone -b r1.10-rocm https://github.com/ROCmSoftwarePlatform/tensorflow-upstream.git
6363
6464
# Python 2: Build and install TensorFlow ROCm port pip package
65-
cd ~/tensorflow && ./build_rocma
65+
cd ~/tensorflow && ./build_rocm
6666
6767
# Python 3: Build and install TensorFlow ROCm port pip3 package
6868
cd ~/tensorflow && ./build_rocm_python3

0 commit comments

Comments
 (0)