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: doc/overview.rst
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -817,7 +817,13 @@ A few important notes:
817
817
- If you are using S3 data asinput, it is pulled from S3 to your local environment. Ensure you have sufficient space to store the data locally.
818
818
- If you run into problems it often due to different Docker containers conflicting. Killing these containers and re-running often solves your problems.
819
819
- Local Mode requires Docker Compose and`nvidia-docker2 <https://github.com/NVIDIA/nvidia-docker>`__ for``local_gpu``.
820
-
- Distributed training isnot yet supported for``local_gpu``.
820
+
821
+
.. warning::
822
+
823
+
Local Mode does not yet support the following:
824
+
825
+
- Distributed training for``local_gpu``
826
+
- Gzip compression, Pipe Mode, or manifest files for inputs
0 commit comments