4 lines
94 B
Python
4 lines
94 B
Python
|
|
from transformers import LlamaConfig
|
||
|
|
|
||
|
|
class IlamaConfig(LlamaConfig):
|
||
|
|
model_type = "ilama"
|