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
Fix InternVideo2 doc and replace NVIDIA/NeMo-Curator with NVIDIA-NeMo/Curator (#1150)
* typo; value numbers,
Signed-off-by: Lawrence Lane <[email protected]>
* remove macos
Signed-off-by: Lawrence Lane <[email protected]>
* remove xennaexecutor import since it's the default
Signed-off-by: Lawrence Lane <[email protected]>
* ffmpeg details on the admin install guide
Signed-off-by: Lawrence Lane <[email protected]>
* container step
Signed-off-by: Lawrence Lane <[email protected]>
* remove ffmpeg apt get
Signed-off-by: Lawrence Lane <[email protected]>
* specific version of container
Signed-off-by: Lawrence Lane <[email protected]>
* remove duplicate, update image
Signed-off-by: Lawrence Lane <[email protected]>
* fix
Signed-off-by: Lawrence Lane <[email protected]>
* remove version
Signed-off-by: Lawrence Lane <[email protected]>
* feedback
Signed-off-by: Lawrence Lane <[email protected]>
* tutorial updates
Signed-off-by: Lawrence Lane <[email protected]>
* fixes to directives
Signed-off-by: Lawrence Lane <[email protected]>
* InternVideo2 Support (Optional for Video)
Signed-off-by: Ao Tang <[email protected]>
* Replace NVIDIA/NeMo-Curator with NVIDIA-NeMo/Curator
Signed-off-by: Ao Tang <[email protected]>
* Update docs/admin/installation.md
Co-authored-by: Ayush Dattagupta <[email protected]>
Signed-off-by: Ao Tang <[email protected]>
---------
Signed-off-by: Lawrence Lane <[email protected]>
Signed-off-by: Ao Tang <[email protected]>
Signed-off-by: Ao Tang <[email protected]>
Co-authored-by: Lawrence Lane <[email protected]>
Co-authored-by: Ayush Dattagupta <[email protected]>
@@ -161,10 +161,13 @@ If encoders are missing, reinstall `FFmpeg` with the required options or use the
161
161
:::
162
162
::::
163
163
164
-
### InternVideo2 Support (Optional)
164
+
### InternVideo2 Support (Optional for Video)
165
165
166
-
Video processing includes optional support for InternVideo2. To install InternVideo2, run these commands before installing NeMo Curator:
166
+
Video processing includes optional support for InternVideo2. To install InternVideo2, run these commands before installing NeMo Curator based on whether you install via PyPI or from source:
Copy file name to clipboardExpand all lines: docs/curate-images/save-export.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,6 +153,6 @@ Each tar file contains JPEG images with sequential or ID-based filenames, while
153
153
154
154
---
155
155
156
-
For more details on stage parameters and customization options, see the [ImageWriterStage documentation](process-data/index.md) and the [Complete Tutorial](https://github.com/NVIDIA/NeMo-Curator/blob/main/tutorials/image/getting-started/image_curation_example.py).
156
+
For more details on stage parameters and customization options, see the [ImageWriterStage documentation](process-data/index.md) and the [Complete Tutorial](https://github.com/NVIDIA-NeMo/Curator/blob/main/tutorials/image/getting-started/image_curation_example.py).
157
157
158
158
<!-- More details and examples will be added here. -->
For working Python examples and command-line scripts, refer to the [Tutorials directory](https://github.com/NVIDIA/NeMo-Curator/tree/main/tutorials/image) in the [NeMo Curator GitHub repository](https://github.com/NVIDIA/NeMo-Curator).
53
+
For working Python examples and command-line scripts, refer to the [Tutorials directory](https://github.com/NVIDIA-NeMo/Curator/tree/main/tutorials/image) in the [NeMo Curator GitHub repository](https://github.com/NVIDIA-NeMo/Curator).
0 commit comments