Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add warning for untrusted checkpoints #1959

Merged
merged 2 commits into from
Feb 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/source/trainer/checkpointing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,10 @@ This will load the first epoch's checkpoints from GCS and resume training in the
Note: For GCS, remember to input your `HMAC access id and secret <https://cloud.google.com/storage/docs/authentication/hmackeys/>`__
to the environment variables ``GCS_KEY`` and ``GCS_SECRET`` respectively or the save operation will fail.

.. warning::
Do not load checkpoints from untrusted sources as they may contain malicious code.
Users should ensure the proper sanity checks are in place before loading checkpoints.


API Reference
-------------
Expand Down