Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lucidrains committed Jan 27, 2024
1 parent de8d325 commit 0e1bf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ trainer = SelfRewardingTrainer(
trainer(overwrite_checkpoints = True)
```

SPIN can be trained standalone as shown below
SPIN can either enabled on `SelfRewardingTrainer` with the `spin = True` flag, or trained standalone as shown below

```python
import torch
Expand Down

0 comments on commit 0e1bf95

Please sign in to comment.