Parcourir la source

Update utils_llama.py

Allen il y a 1 an
Parent
commit
84228063b1
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      research/long-context-llama/H2O/utils_llama.py

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

@@ -187,6 +187,7 @@ class H2OLlamaAttention(nn.Module):
         self._init_rope()
 
         self.past_key_value = HHCache()
+        pdb.set_trace()
 
     def _init_rope(self):
         if self.config.rope_scaling is None: