• Stefy Lanza (nextime / spora )'s avatar
    Implement advanced job scheduling system with VRAM-aware worker selection, job... · d370350d
    Stefy Lanza (nextime / spora ) authored
    Implement advanced job scheduling system with VRAM-aware worker selection, job queuing, RunPod integration, model management, and real-time notifications
    
    - Add VRAM requirement determination for models
    - Implement intelligent worker selection based on VRAM availability and weights
    - Add job queuing when no workers available with automatic retry
    - Integrate RunPod pod creation and management for scaling
    - Implement model loading/unloading with reference counting
    - Add file transfer support for remote workers (shared storage + websocket)
    - Enable concurrent job processing with VRAM tracking
    - Create job results page with detailed output display
    - Add real-time job completion notifications with result links
    - Update history page with live progress updates and result links
    - Fix async handling in cluster master websocket communication
    - Add database schema updates for job tracking
    d370350d
Name
Last commit
Last update
docs Loading commit data...
templates Loading commit data...
vidai Loading commit data...
.gitignore Loading commit data...
AI.PROMPT Loading commit data...
CHANGELOG.md Loading commit data...
Dockerfile.runpod Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
TODO.md Loading commit data...
build.bat Loading commit data...
build.sh Loading commit data...
clean.bat Loading commit data...
clean.sh Loading commit data...
create_pod.sh Loading commit data...
image.jpg Loading commit data...
requirements-cuda.txt Loading commit data...
requirements-rocm.txt Loading commit data...
requirements.txt Loading commit data...
setup.bat Loading commit data...
setup.sh Loading commit data...
start.bat Loading commit data...
test_comm.py Loading commit data...
test_runpod.py Loading commit data...
vidai.conf.sample Loading commit data...
vidai.py Loading commit data...
vidai.sh Loading commit data...