Commit ·
7e1c747
1
Parent(s): 36222ce
rename happened way later
Browse files- modular_isaac.py +1 -1
modular_isaac.py
CHANGED
|
@@ -1342,7 +1342,7 @@ class IsaacModel(Qwen3Model):
|
|
| 1342 |
# Prepare attention mask
|
| 1343 |
attention_mask = create_causal_mask(
|
| 1344 |
config=self.config,
|
| 1345 |
-
|
| 1346 |
attention_mask=attention_mask,
|
| 1347 |
past_key_values=past_key_values,
|
| 1348 |
position_ids=position_ids,
|
|
|
|
| 1342 |
# Prepare attention mask
|
| 1343 |
attention_mask = create_causal_mask(
|
| 1344 |
config=self.config,
|
| 1345 |
+
input_embeds=inputs_embeds,
|
| 1346 |
attention_mask=attention_mask,
|
| 1347 |
past_key_values=past_key_values,
|
| 1348 |
position_ids=position_ids,
|