We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Exaone4
1 parent 00d4775 commit cc5de36Copy full SHA for cc5de36
src/transformers/models/exaone4/configuration_exaone4.py
@@ -212,7 +212,7 @@ def __init__(
212
for i in range(self.num_hidden_layers)
213
]
214
if "sliding_window" in self.layer_types:
215
- self._attn_implementation = "hybrid"
+ self.cache_implementation = "hybrid"
216
layer_type_validation(self.layer_types)
217
218
super().__init__(
src/transformers/models/exaone4/modular_exaone4.py
@@ -246,7 +246,7 @@ def __init__(
246
247
248
249
250
251
252
0 commit comments