rahul7star commited on
Commit
a2ab4a1
Β·
verified Β·
1 Parent(s): abc41be

Update app_gpu.py

Browse files
Files changed (1) hide show
  1. 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.