Skip to content

Commit e2120cd

Browse files
authored
Fix spelling in WIT readme (#2275)
1 parent 49fed7e commit e2120cd

File tree

1 file changed

+2
-2
lines changed
  • tensorboard/plugins/interactive_inference

1 file changed

+2
-2
lines changed

tensorboard/plugins/interactive_inference/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ jupyter nbextension enable --py --sys-prefix witwidget
298298
Note that if you use TensorFlow with GPU support (tensorflow-gpu), then you
299299
should instead install the GPU-compatible version of witwidget:
300300
```sh
301-
pip install widwidget-gpu
301+
pip install witwidget-gpu
302302
jupyter nbextension install --py --symlink --sys-prefix witwidget
303303
jupyter nbextension enable --py --sys-prefix witwidget
304304
```
@@ -312,7 +312,7 @@ containing:
312312
```
313313
!pip install witwidget
314314
```
315-
For TensorFlow GPU support, use the widwidget-gpu package instead of witwidget.
315+
For TensorFlow GPU support, use the witwidget-gpu package instead of witwidget.
316316

317317
Then, use it as seen at the bottom of the
318318
[What_If_Tool_Notebook_Usage.ipynb notebook](https://colab.research.google.com/github/tensorflow/tensorboard/blob/master/tensorboard/plugins/interactive_inference/What_If_Tool_Notebook_Usage.ipynb).

0 commit comments

Comments
 (0)