Update configuration_openelm.py
Browse files- configuration_openelm.py +1 -0
configuration_openelm.py
CHANGED
@@ -198,6 +198,7 @@ class OpenELMConfig(PretrainedConfig):
|
|
198 |
use_cache: bool = True,
|
199 |
bos_token_id: int = 1,
|
200 |
eos_token_id: int = 2,
|
|
|
201 |
**kwargs,
|
202 |
) -> None:
|
203 |
self.vocab_size = vocab_size
|
|
|
198 |
use_cache: bool = True,
|
199 |
bos_token_id: int = 1,
|
200 |
eos_token_id: int = 2,
|
201 |
+
trust_remote_code=True,
|
202 |
**kwargs,
|
203 |
) -> None:
|
204 |
self.vocab_size = vocab_size
|