mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-10 05:20:33 +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:
@@ -12,6 +12,14 @@ from .layers import (
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
'Linear1D', 'Linear1D_Col', 'Linear1D_Row', 'Embedding1D', 'Dropout1D', 'Classifier1D', 'VocabParallelClassifier1D',
|
||||
'VocabParallelEmbedding1D', 'LayerNorm1D', 'PatchEmbedding1D'
|
||||
"Linear1D",
|
||||
"Linear1D_Col",
|
||||
"Linear1D_Row",
|
||||
"Embedding1D",
|
||||
"Dropout1D",
|
||||
"Classifier1D",
|
||||
"VocabParallelClassifier1D",
|
||||
"VocabParallelEmbedding1D",
|
||||
"LayerNorm1D",
|
||||
"PatchEmbedding1D",
|
||||
]
|
||||
|
Reference in New Issue
Block a user