Spaces:
Running
Running
Update app_gpu.py
Browse files- app_gpu.py +4 -4
app_gpu.py
CHANGED
|
@@ -405,11 +405,11 @@ for name, module in model.named_modules():
|
|
| 405 |
if "lora" in name.lower():
|
| 406 |
print(name)
|
| 407 |
""")
|
| 408 |
-
|
| 409 |
-
|
| 410 |
-
|
| 411 |
with gr.Tab("Code Explain"):
|
| 412 |
-
|
| 413 |
Universal Dynamic LoRA Trainer & Inference — Code Explanation
|
| 414 |
|
| 415 |
This interface supports training, inference, and inspection of LoRA-enhanced models like Gemma 3B/4B.
|
|
|
|
| 405 |
if "lora" in name.lower():
|
| 406 |
print(name)
|
| 407 |
""")
|
| 408 |
+
# =========================================================
|
| 409 |
+
# 5️⃣ CODE EXPLAIN TAB
|
| 410 |
+
# =========================================================
|
| 411 |
with gr.Tab("Code Explain"):
|
| 412 |
+
gr.Markdown("""
|
| 413 |
Universal Dynamic LoRA Trainer & Inference — Code Explanation
|
| 414 |
|
| 415 |
This interface supports training, inference, and inspection of LoRA-enhanced models like Gemma 3B/4B.
|