Skip to content

Commit ae8d928

Browse files
authored
fix typo
1 parent 6e7e42d commit ae8d928

File tree

1 file changed

+1
-1
lines changed
  • tensorflow_model_optimization/g3doc/guide

1 file changed

+1
-1
lines changed

tensorflow_model_optimization/g3doc/guide/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also install from source. This requires the
3737
# sudo apt-get install bazel git python-pip
3838
# For other platforms, see Bazel docs above.
3939
git clone https://github.com/tensorflow/model-optimization.git
40-
cd model_optimization
40+
cd model-optimization
4141
bazel build --copt=-O3 --copt=-march=native :pip_pkg
4242
PKGDIR=$(mktemp -d)
4343
./bazel-bin/pip_pkg $PKGDIR

0 commit comments

Comments
 (0)