Skip to content

Commit

Permalink
Merge pull request #6 from FlydinoTech/feat/api
Browse files Browse the repository at this point in the history
- add LCM lora auto
  • Loading branch information
TruongMinhThuan authored Apr 4, 2024
2 parents 1a64163 + bea9cb1 commit 8bb892d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def merge_lora(self, request: models.MergeLoraRequest) -> str:
OUTALL:1,0,0,0,0,0,0,0,1,1,1,1,1,1,1,1,1\n\
ALL0.5:0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5,0.5"

request.lnames = f"{request.lnames},pytorch_lora_weights:1"
data = request

res = pluslora.pluslora(
Expand Down

0 comments on commit 8bb892d

Please sign in to comment.