post init on conditional generation
Browse files- modular_isaac.py +1 -0
modular_isaac.py
CHANGED
|
@@ -1392,6 +1392,7 @@ class IsaacForConditionalGeneration(Qwen3ForCausalLM, GenerationMixin):
|
|
| 1392 |
self.rope_deltas = None
|
| 1393 |
|
| 1394 |
self.config = config
|
|
|
|
| 1395 |
|
| 1396 |
def get_rope_index(
|
| 1397 |
self,
|
|
|
|
| 1392 |
self.rope_deltas = None
|
| 1393 |
|
| 1394 |
self.config = config
|
| 1395 |
+
self.post_init()
|
| 1396 |
|
| 1397 |
def get_rope_index(
|
| 1398 |
self,
|