Skip to content

Commit

Permalink
tiny doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robherley committed Apr 21, 2023
1 parent 1b3779e commit 1d1d79e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ On macOS, it can be installed with homebrew:
brew install libtensorflow
```

Alternatively, for Linux-based systems:

```
script/install-libtensorflow
```

### Install

```
Expand Down
2 changes: 1 addition & 1 deletion docs/model-info.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Command

```
saved_model_cli show --all --dir pkg/model
saved_model_cli show --all --dir pkg/guesser/model
```

## Output
Expand Down

0 comments on commit 1d1d79e

Please sign in to comment.