Kaynağa Gözat

Update utils_llama.py

Allen 1 yıl önce
ebeveyn
işleme
84228063b1

+ 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: