Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tonychenxyz
/
emo-knob
like
7
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
emo-knob
/
fam
/
llm
/
layers
/
__init__.py
tonychenxyz
init
9e34a62
11 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
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