Update configuration_telechat3.py
Browse files
configuration_telechat3.py
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
from transformers.configuration_utils import PretrainedConfig
|
| 19 |
|
| 20 |
|
| 21 |
-
class
|
| 22 |
model_type = "telechat3"
|
| 23 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 24 |
base_model_tp_plan = {
|
|
|
|
| 18 |
from transformers.configuration_utils import PretrainedConfig
|
| 19 |
|
| 20 |
|
| 21 |
+
class TeleChat3Config(PretrainedConfig):
|
| 22 |
model_type = "telechat3"
|
| 23 |
keys_to_ignore_at_inference = ["past_key_values"]
|
| 24 |
base_model_tp_plan = {
|