mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-12 20:54:35 +00:00
update examples and sphnix docs for the new api (#63)
This commit is contained in:
@@ -2,6 +2,13 @@
|
||||
|
||||
|
||||
class MultiTensorApply(object):
|
||||
"""
|
||||
Apply an operation to a list of tensors efficiently
|
||||
|
||||
:param chunk_size: size of a chunk
|
||||
:type chunk_size: int
|
||||
"""
|
||||
|
||||
available = False
|
||||
warned = False
|
||||
|
||||
|
Reference in New Issue
Block a user