Explorar el Código

Update utils_llama.py

Allen hace 1 año
padre
commit
5d6dc23bc0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      research/long-context-llama/H2O/utils_llama.py

+ 2 - 0
research/long-context-llama/H2O/utils_llama.py

@@ -401,6 +401,8 @@ def enable_h2ocache_forward(
             all_self_attns += (layer_outputs[1],)
 
     hidden_states = self.norm(hidden_states)
+    
+    import pdb; pdb.set_trace()
 
     # add hidden states from the last decoder layer
     if output_hidden_states: