chore: clean up repo structure

- Remove compiled YAML files (can be regenerated)
- Remove example pipelines
- Remove unused med_rx_training.py
- Update README with comprehensive docs
- Clean up .gitignore
This commit is contained in:
2026-02-03 16:11:40 +00:00
parent 9595ef09fd
commit 2e479fc61b
9 changed files with 120 additions and 1346 deletions

View File

@@ -1,12 +0,0 @@
[project]
name = "ddi-trainer"
base_image = "runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04"
gpu_types = ["NVIDIA RTX A4000", "NVIDIA RTX A5000", "NVIDIA RTX A6000", "NVIDIA GeForce RTX 4090"]
gpu_count = 1
volume_mount_path = "/runpod-volume"
[project.env_vars]
[runtime]
handler_path = "handler.py"
requirements_path = "requirements.txt"