Spaces:
Running
Running
Update app_gpu.py
Browse files- app_gpu.py +1 -1
app_gpu.py
CHANGED
|
@@ -541,7 +541,7 @@ print(f"[UPLOAD] Pushing adapter to {hf_repo_id}")
|
|
| 541 |
# -> Uploads model to Hugging Face Hub
|
| 542 |
# [UPLOAD] adapter_model.safetensors (67.7 MB)
|
| 543 |
# [SUCCESS] LoRA uploaded successfully π
|
| 544 |
-
|
| 545 |
### π§© Universal Dynamic LoRA Trainer & Inference β Code Explanation
|
| 546 |
This project provides an **end-to-end LoRA fine-tuning and inference system** for language models like **Gemma**, built with **Gradio**, **PEFT**, and **Accelerate**.
|
| 547 |
It supports both **training new LoRAs** and **generating text** with existing ones β all in a single interface.
|
|
|
|
| 541 |
# -> Uploads model to Hugging Face Hub
|
| 542 |
# [UPLOAD] adapter_model.safetensors (67.7 MB)
|
| 543 |
# [SUCCESS] LoRA uploaded successfully π
|
| 544 |
+
```
|
| 545 |
### π§© Universal Dynamic LoRA Trainer & Inference β Code Explanation
|
| 546 |
This project provides an **end-to-end LoRA fine-tuning and inference system** for language models like **Gemma**, built with **Gradio**, **PEFT**, and **Accelerate**.
|
| 547 |
It supports both **training new LoRAs** and **generating text** with existing ones β all in a single interface.
|