yuta0306
first commit
565faca
raw
history blame
No virus
154 Bytes
from fam.llm.layers.attn import SelfAttention
from fam.llm.layers.combined import Block
from fam.llm.layers.layers import MLP, LayerNorm, RMSNorm, SwiGLU