mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-02-20 14:44:58 +01:00
fix: correct typo 'occured' to 'occurred'
This commit is contained in:
parent
910456ba31
commit
62f78ef07b
|
|
@ -27,7 +27,7 @@ def custom_scheduler_global_setup(trigger_loss: float, ramp_down_ratio: float):
|
|||
|
||||
# calculates the total num steps after trigger
|
||||
custom_scheduler_params.update({'calc_num_training_steps': 0})
|
||||
#calculates steps when the ramp_down trigger occured
|
||||
#calculates steps when the ramp_down trigger occurred
|
||||
custom_scheduler_params.update({'calc_ramp_down_at_step': 0})
|
||||
# triggers scheduler stopping after it reached calc_num_training_steps
|
||||
custom_scheduler_params.update({'dynamic_scheduler_stop': False})
|
||||
|
|
|
|||
Loading…
Reference in a new issue