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
This repo is to host a tutorial documentation site for running generative AI models on NVIDIA Jetson devices.
8
8
9
9
The auto generated documentation is hosted on the following, using their CI/CD feature to automatically generate/update the HTML documentation site upon new commit:
Use the `jetson-containers run` and `autotag` commands to automatically pull or build a compatible container image.
33
33
34
-
```
34
+
```bash
35
35
jetson-containers run $(autotag tam)
36
36
```
37
37
@@ -59,7 +59,7 @@ Check out the [official tutorial](https://github.com/gaomingqi/Track-Anything/bl
59
59
60
60
You may find the TAM app fails to download a checkpoint file `E2FGVI-HQ-CVPR22.pth`.
61
61
62
-
```
62
+
```console
63
63
Downloading checkpoints from Google Drive... tips: If you cannot see the progress bar, please try to download it manuall and put it in the checkpointes directory. E2FGVI-HQ-CVPR22.pth: https://github.com/MCG-NKU/E2FGVI(E2FGVI-HQ model)
64
64
Access denied with the following error:
65
65
@@ -74,7 +74,7 @@ You may still be able to access the file from the browser:
74
74
75
75
You can manually download the checkpoint file on your Docker host machine.
0 commit comments