mlc-ai--mlc-llm
4 行
98 B
Python
4 行
98 B
Python
"""Common `nn.Modules` used to define LLMs in this project."""
|
|
|
|
from .phi3_model import Phi3Model
|