mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
polish optimizer docstring (#619)
This commit is contained in:
@@ -10,7 +10,7 @@ class FusedLAMB(torch.optim.Optimizer):
|
||||
"""Implements LAMB algorithm.
|
||||
|
||||
Currently GPU-only. Requires ColossalAI to be installed via
|
||||
``pip install -v --no-cache-dir --global-option="--cuda_ext" ./``.
|
||||
``pip install .``.
|
||||
|
||||
This version of fused LAMB implements 2 fusions.
|
||||
|
||||
|
Reference in New Issue
Block a user