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) (#1151)
* typo; value numbers,
* remove macos
* remove xennaexecutor import since it's the default
* ffmpeg details on the admin install guide
* container step
* remove ffmpeg apt get
* specific version of container
* remove duplicate, update image
* fix
* remove version
* feedback
* tutorial updates
* fixes to directives
* InternVideo2 Support (Optional for Video)
* Replace NVIDIA/NeMo-Curator with NVIDIA-NeMo/Curator
* Update docs/admin/installation.md
---------
Signed-off-by: Lawrence Lane <llane@nvidia.com>
Signed-off-by: Ao Tang <aot@nvidia.com>
Signed-off-by: Ao Tang <mike.tang96@gmail.com>
Signed-off-by: NeMo Bot <nemo-bot@nvidia.com>
Co-authored-by: Ao Tang <aot@nvidia.com>
Co-authored-by: Lawrence Lane <llane@nvidia.com>
Co-authored-by: Ayush Dattagupta <ayushdg95@gmail.com>
@@ -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