Update __init__.py
This commit is contained in:
parent
65fbde6cd9
commit
e27523cd5e
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ from .geglu import (
|
|||
from .fast_lora import (
|
||||
get_lora_parameters,
|
||||
apply_lora_mlp_swiglu,
|
||||
apply_lora_mlp_geglu,
|
||||
apply_lora_mlp_geglu_exact,
|
||||
apply_lora_mlp_geglu_approx,
|
||||
apply_lora_qkv,
|
||||
apply_lora_o,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue