mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-11 05:49:55 +00:00
[test] add no master test for low level zero plugin (#4934)
This commit is contained in:
@@ -9,7 +9,8 @@ from .nvme_optimizer import NVMeOptimizer
|
||||
|
||||
|
||||
class CPUAdam(NVMeOptimizer):
|
||||
"""Implements Adam algorithm.
|
||||
"""
|
||||
Implements Adam algorithm.
|
||||
|
||||
Supports parameters updating on both GPU and CPU, depending on the device of parameters.
|
||||
But the parameters and gradients should on the same device:
|
||||
|
Reference in New Issue
Block a user