nextShakespeare / llm /utils /__init__.py
LiManshu's picture
Add files using upload-large-folder tool
bf6be45 verified
"""工具模块"""
from llm.utils.init import init_weights, init_weights_with_scaling, apply_llm_init
__all__ = [
"init_weights",
"init_weights_with_scaling",
"apply_llm_init",
]