Update app.py
Browse files
app.py
CHANGED
|
@@ -178,7 +178,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 178 |
gr.Markdown(label="output"),
|
| 179 |
],
|
| 180 |
title="Convert fine tuned model into LoRA with mergekit-extract-lora",
|
| 181 |
-
description="The space takes a fine tuned model, a base model, then make a PEFT-compatible LoRA adapter based on the difference between 2 models.",
|
| 182 |
api_name=False
|
| 183 |
)
|
| 184 |
|
|
|
|
| 178 |
gr.Markdown(label="output"),
|
| 179 |
],
|
| 180 |
title="Convert fine tuned model into LoRA with mergekit-extract-lora",
|
| 181 |
+
description="The space takes a fine tuned model, a base model, then make a PEFT-compatible LoRA adapter based on the difference between 2 models.<br/><br/>NOTE: Each conversion takes about <b>5 to 15 minutes</b>, depending on how big the model is.",
|
| 182 |
api_name=False
|
| 183 |
)
|
| 184 |
|