Skip to content

Commit 688c2ee

Browse files
authored
Fix typo in README regarding pickle loading
1 parent 819b57c commit 688c2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ We recommend using distinct output directories for every training run.
6464
Regarding other optional arguments, run `python scripts/transferable.py -h` for more information.
6565

6666
**Note**: Checkpoints are stored using `pickle`. This means that opening a checkpoint from an untrusted source is a major security risk. Only ever open checkpoint files from trusted sources. To prevent reading untrusted pickle files, checkpoint reading is disabled by default and can be
67-
re-enabled by settings the environment variable `ORBFORMER_PICKLE_LOADING=1`.
67+
re-enabled by setting the environment variable `ORBFORMER_PICKLE_LOADING=1`.
6868

6969
### Preparing new structure data for fine-tuning
7070

0 commit comments

Comments
 (0)