remove a print
Browse files- configuration_aria.py +0 -1
configuration_aria.py
CHANGED
@@ -93,6 +93,5 @@ class AriaConfig(PretrainedConfig):
|
|
93 |
)
|
94 |
text_config = AriaMoELMConfig(**text_config)
|
95 |
text_config._attn_implementation = text_attn_implementation
|
96 |
-
print(text_config._attn_implementation)
|
97 |
|
98 |
self.text_config = text_config
|
|
|
93 |
)
|
94 |
text_config = AriaMoELMConfig(**text_config)
|
95 |
text_config._attn_implementation = text_attn_implementation
|
|
|
96 |
|
97 |
self.text_config = text_config
|