You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The APOLLO optimizer has been added to Huggingface Transformers. APOLLO is a memory-efficient optimizer with similar performance to AdamW. We will need to add a dependency on the apollo-torch package. APOLLO can be enabled by setting the optim to apollo_adamw. We will also need to automatically set optim_target_modules based on the currently selected model. For more information, see the documentation.
The text was updated successfully, but these errors were encountered:
The APOLLO optimizer has been added to Huggingface Transformers. APOLLO is a memory-efficient optimizer with similar performance to AdamW. We will need to add a dependency on the
apollo-torch
package. APOLLO can be enabled by setting theoptim
toapollo_adamw
. We will also need to automatically setoptim_target_modules
based on the currently selected model. For more information, see the documentation.The text was updated successfully, but these errors were encountered: