shunxing1234
commited on
Commit
·
aec613e
1
Parent(s):
70dcff2
Update modeling_aquila.py
Browse files- modeling_aquila.py +2 -1
modeling_aquila.py
CHANGED
@@ -590,7 +590,8 @@ class AquilaModel(AquilaPreTrainedModel):
|
|
590 |
output_attentions=output_attentions,
|
591 |
use_cache=use_cache,
|
592 |
)
|
593 |
-
|
|
|
594 |
hidden_states = layer_outputs[0]
|
595 |
|
596 |
if use_cache:
|
|
|
590 |
output_attentions=output_attentions,
|
591 |
use_cache=use_cache,
|
592 |
)
|
593 |
+
import pdb
|
594 |
+
pdb.set_trace()
|
595 |
hidden_states = layer_outputs[0]
|
596 |
|
597 |
if use_cache:
|