Update fast_lora.py

This commit is contained in:
Daniel Han-Chen 2024-01-27 20:17:08 +11:00
commit 363ffba1c2

View file

@ -283,7 +283,6 @@ pass
from transformers.models.llama.modeling_llama import logger
def apply_lora_mlp(self, X):
logger.warning_once("Hello!2")
# gate = self.gate_proj(X)
# up = self. up_proj(X)
# h = torch.nn.functional.silu(gate) * up