mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-09 13:00:52 +00:00
[misc] update pre-commit and run all files (#4752)
* [misc] update pre-commit * [misc] run pre-commit * [misc] remove useless configuration files * [misc] ignore cuda for clang-format
This commit is contained in:
@@ -10,6 +10,14 @@ from .layers import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'reduce_by_batch_3d', 'split_tensor_3d', 'split_batch_3d', 'Linear3D', 'LayerNorm3D', 'PatchEmbedding3D',
|
||||
'Classifier3D', 'Embedding3D', 'VocabParallelEmbedding3D', 'VocabParallelClassifier3D'
|
||||
"reduce_by_batch_3d",
|
||||
"split_tensor_3d",
|
||||
"split_batch_3d",
|
||||
"Linear3D",
|
||||
"LayerNorm3D",
|
||||
"PatchEmbedding3D",
|
||||
"Classifier3D",
|
||||
"Embedding3D",
|
||||
"VocabParallelEmbedding3D",
|
||||
"VocabParallelClassifier3D",
|
||||
]
|
||||
|
Reference in New Issue
Block a user