mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-01 17:17:05 +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,13 @@ from .layers import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'split_batch_2p5d', 'reduce_by_batch_2p5d', 'Linear2p5D', 'LayerNorm2p5D', 'Classifier2p5D', 'PatchEmbedding2p5D',
|
||||
'Embedding2p5D', 'VocabParallelClassifier2p5D', 'VocabParallelEmbedding2p5D'
|
||||
"split_batch_2p5d",
|
||||
"reduce_by_batch_2p5d",
|
||||
"Linear2p5D",
|
||||
"LayerNorm2p5D",
|
||||
"Classifier2p5D",
|
||||
"PatchEmbedding2p5D",
|
||||
"Embedding2p5D",
|
||||
"VocabParallelClassifier2p5D",
|
||||
"VocabParallelEmbedding2p5D",
|
||||
]
|
||||
|
Reference in New Issue
Block a user