mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-17 23:18:36 +00:00
[doc] updated kernel-related optimisers' docstring (#2385)
* [doc] updated kernel-related optimisers' docstring * polish doc
This commit is contained in:
@@ -9,8 +9,7 @@ from colossalai.utils import multi_tensor_applier
|
||||
class FusedLAMB(torch.optim.Optimizer):
|
||||
"""Implements LAMB algorithm.
|
||||
|
||||
Currently GPU-only. Requires ColossalAI to be installed via
|
||||
``pip install .``.
|
||||
`FusedLAMB` requires CUDA extensions which can be built during installation or runtime.
|
||||
|
||||
This version of fused LAMB implements 2 fusions.
|
||||
|
||||
|
Reference in New Issue
Block a user