Add video generation API with job tracking and model loading

This commit is contained in:
2026-06-03 18:58:11 -04:00
parent bd0cd4f9ff
commit ab580a2004
11 changed files with 388 additions and 68 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
export PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True
exec .venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload