Skip to content

Commit 3dc1236

Browse files
authored
Updated build command for saved_model_cli
Below command for building saved_model_cli is not working and throwing "Build file not found " error bazel build tensorflow/python/tools:saved_model_cli replaced with bazel build //tensorflow/python/tools:saved_model_cli . Attaching Gist for reference. https://colab.sandbox.google.com/gist/mohantym/5f2785f4c21c6b1e3fe9c5958a62418d/tensorflow-ranking.ipynb#scrollTo=Gr24fRLOQVRZ
1 parent 794ba09 commit 3dc1236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/en/guide/saved_model.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@
761761
"additional command to build `saved_model_cli`:\n",
762762
"\n",
763763
"```\n",
764-
"$ bazel build tensorflow/python/tools:saved_model_cli\n",
764+
"$ bazel build //tensorflow/python/tools:saved_model_cli\n",
765765
"```\n",
766766
"\n",
767767
"### Overview of commands\n",

0 commit comments

Comments
 (0)