Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
8823cc483193699a7369df3a01f1b4e2fd02cb0d
8823cc483193699a7369df3a01f1b4e2fd02cb0d
Switch branch/tag
colossalai
extensions
layernorm
__init__.py
Find file
Normal view
History
Permalink
__init__.py
88 Bytes
Edit
Web IDE
Newer
Older
[feat] refactored extension module (#5298)
Frank Lee
committed
Jan 25, 2024
1
2
3
from
.layernorm_cuda
import
LayerNormCudaExtension
__all__
=
[
"LayerNormCudaExtension"
]