Spaces:
Runtime error
Runtime error
add link to blog post
Browse files
app.py
CHANGED
@@ -175,7 +175,7 @@ with gr.Blocks(css=css) as demo:
|
|
175 |
gr.Markdown(label="output"),
|
176 |
],
|
177 |
title="Convert PEFT LoRA adapters to GGUF, blazingly fast ⚡!",
|
178 |
-
description="The space takes a PEFT LoRA (stored
|
179 |
api_name=False
|
180 |
)
|
181 |
|
|
|
175 |
gr.Markdown(label="output"),
|
176 |
],
|
177 |
title="Convert PEFT LoRA adapters to GGUF, blazingly fast ⚡!",
|
178 |
+
description="The space takes a PEFT LoRA (stored in a HF repo) as input, converts it to GGUF and creates a Public repo under your HF user namespace.<br/><br/>For more information, please refer to [this blog post](https://huggingface.co/blog/ngxson/gguf-my-lora)",
|
179 |
api_name=False
|
180 |
)
|
181 |
|