Skip to content

Commit

Permalink
spelling is hard (#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamannett authored Nov 30, 2023
1 parent c84e591 commit c203e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trl/trainer/ppo_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ class PPOConfig:

if optimize_cuda_cache is not None:
warnings.warn(
"The `optimize_cuda_cache` arguement will be deprecated soon, please use `optimize_device_cache` instead."
"The `optimize_cuda_cache` argument will be deprecated soon, please use `optimize_device_cache` instead."
)
optimize_device_cache = optimize_cuda_cache
else:
Expand Down

0 comments on commit c203e47

Please sign in to comment.