mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-07 20:10:17 +00:00
update examples and sphnix docs for the new api (#63)
This commit is contained in:
@@ -74,6 +74,9 @@ class Timer:
|
||||
|
||||
class MultiTimer:
|
||||
'''An object contains multiple timers
|
||||
|
||||
:param on: whether the timer is enabled. Default is True
|
||||
:type on: bool
|
||||
'''
|
||||
|
||||
def __init__(self, on: bool = True):
|
||||
|
Reference in New Issue
Block a user