Commit Graph

3 Commits

Author SHA1 Message Date
16bdf2bd00 Fix CUDA/ROCm compatibility: default to CPU for AMD GPUs
- Change default device to CPU in docker-compose and main.py
- Set compute_type=int8 for CPU inference
- Auto-detect device if env not set
2026-05-13 03:50:58 +03:00
eff754d03e Update docker-compose.yml with HF telemetry disable 2026-05-13 02:16:09 +03:00
c1fcb3f57c Add OpenAI-compatible API and Docker deployment
- Add FastAPI-based API in whisperx/api/
- Implement transcription endpoint compatible with OpenAI
- Added Dockerfile and docker-compose.yml for easy deployment
- Updated README with Docker instructions
- Added new script whisperx-serve for running the API
2026-05-13 01:37:47 +03:00