You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: notebooks/README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -3,24 +3,24 @@ This folder contains demo notebooks for TRTorch.
3
3
4
4
## 1. Requirements
5
5
6
-
The most convenient way to run these notebooks is via a docker container, which provides a self-contained, isolated and re-producible environment for all experiments.
6
+
The most convenient way to run these notebooks is via a docker container, which provides a self-contained, isolated and re-producible environment for all experiments.
7
7
8
8
First, clone the repository:
9
9
10
10
```
11
11
git clone https://github.com/NVIDIA/TRTorch
12
12
```
13
13
14
-
Next, build the NVIDIA TRTorch container:
14
+
Next, build the NVIDIA TRTorch container (from repo root):
0 commit comments