Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/build.jetson.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To check the version installed you can use the following commands;

Since Tegra GPUs are not supported by ``nvidia-smi`` command, it is recommended to isntall ``jtop``.

Only super-use can install ``jtop``. So make sure to add ``-U``, so that running ``jtop`` won't require super-user priviledge.
Only super-use can install ``jtop``. So make sure to add ``-U``, so that running ``jtop`` won't require super-user privilege.

3. Install ``pip`` in user env
------------------------------
Expand Down
2 changes: 1 addition & 1 deletion examples/avsr/data_prep/tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We provide [ibug.face_detection](https://github.com/hhj1897/face_detection) in t

* [Git LFS](https://git-lfs.github.com/), needed for downloading the pretrained weights that are larger than 100 MB.

You could install *`Homebrew`* and then install *`git-lfs`* without sudo priviledges.
You could install *`Homebrew`* and then install *`git-lfs`* without sudo privileges.

```Shell
git clone https://github.com/hhj1897/face_detection.git
Expand Down
Loading