We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73213a7 commit fede6a8Copy full SHA for fede6a8
litgpt/lora.py
@@ -423,6 +423,7 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
423
"x": x.detach().cpu(),
424
"qkv_base": pretrained.detach().cpu(),
425
"qkv_lora": lora.detach().cpu(),
426
+ "lora_A": self.lora_A.detach().cpu(),
427
"stage": stage,
428
"layer_idx": self.debug_layer_idx,
429
"step": self._debug_step,
0 commit comments