This is a private repository for the project related to LoRA model training and management using RunPod.
This project includes scripts and handlers for:
- Receiving files
- Training LoRA models
- Sending trained models
- Listing trained models
- Shutting down the pod
runpod_handler.py: Main script containing the logic for handling various endpoints and operations.
- Receiving Files: Use the
receive_filesendpoint to upload files. - Training Models: Use the
trainendpoint to start training with specified configurations. - Sending Models: Use the
send_modelendpoint to send a trained model. - Listing Models: Use the
list_modelsendpoint to view all trained models.
This repository is private. Please do not share any sensitive information or access credentials.