Skip to content

Commit

Permalink
spelling is hard (huggingface#1043)
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamannett authored and Andrew Lapp committed May 10, 2024
1 parent ea40a26 commit 39b30a2
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 39b30a2

Please sign in to comment.