Skip to content

Commit 2dfacf6

Browse files
Merge pull request #884 from amitport:patch-1
PiperOrigin-RevId: 421713299
2 parents 9e4c106 + ae8d928 commit 2dfacf6

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)