Skip to content

Commit 7bb7850

Browse files
committed
fix notebook for API change
1 parent 2d2656c commit 7bb7850

File tree

5 files changed

+768
-742
lines changed

5 files changed

+768
-742
lines changed

notebooks/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ git clone https://github.com/NVIDIA/Torch-TensorRT
1414
Next, build the NVIDIA Torch-TensorRT container (from repo root):
1515

1616
```
17+
cd Torch-TensorRT
1718
docker build -t torch_tensorrt -f ./docker/Dockerfile .
1819
```
1920

@@ -26,6 +27,7 @@ docker run --runtime=nvidia -it --rm --ipc=host --net=host torch_tensorrt
2627
Within the docker interactive bash session, start Jupyter with
2728

2829
```
30+
cd /opt/pytorch/torch_tensorrt/notebooks
2931
jupyter notebook --allow-root --ip 0.0.0.0 --port 8888
3032
```
3133

@@ -38,8 +40,7 @@ in, for example:
3840
```http://[host machine]:8888/?token=aae96ae9387cd28151868fee318c3b3581a2d794f3b25c6b```
3941

4042

41-
Within the container, the notebooks themselves are located at `/workspace/torch_tensorrt/notebooks`. To reach them in Jupyter, click on the folder marked
42-
`torch_tensorrt`, then the folder marked `notebooks`.
43+
Within the container, the notebooks themselves are located at `/opt/pytorch/torch_tensorrt/notebooks`.
4344

4445
## 2. Notebook list
4546

0 commit comments

Comments
 (0)