Update fast_lora.py
This commit is contained in:
parent
510c85f412
commit
363ffba1c2
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue