Ilama-3.2-1B / configuration_ilama.py
hmellor's picture
hmellor HF Staff
Upload IlamaForCausalLM
923c85f verified
raw
history blame contribute delete
94 Bytes
from transformers import LlamaConfig
class IlamaConfig(LlamaConfig):
model_type = "ilama"