We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be8642 commit da420d0Copy full SHA for da420d0
docs/source/trainer/checkpointing.rst
@@ -549,6 +549,10 @@ This will load the first epoch's checkpoints from GCS and resume training in the
549
Note: For GCS, remember to input your `HMAC access id and secret <https://cloud.google.com/storage/docs/authentication/hmackeys/>`__
550
to the environment variables ``GCS_KEY`` and ``GCS_SECRET`` respectively or the save operation will fail.
551
552
+.. warning::
553
+ Do not load checkpoints from untrusted sources as they may contain malicious code.
554
+ Users should ensure the proper sanity checks are in place before loading checkpoints.
555
+
556
557
API Reference
558
-------------
0 commit comments