Skip to content

Tags: exlab-code/transcript-runpod

Tags

v1.7.0

Toggle v1.7.0's commit message
RunPod GPU Transcription Worker v1.7.0 🔧 Critical Build Fixes & Stable Deployment This release resolves the pending build issues and restores full GPU functionality: Critical Fixes: - ✅ Fixed runpod.serverless.start() call format (was blocking builds) - ✅ Added explicit torch>=2.1.0 and torchaudio>=2.1.0 dependencies - ✅ Restored GPU (CUDA) acceleration from CPU fallback - ✅ Applied stable CUDA 12.1 base image configuration Technical Changes: - Base image: runpod/pytorch:2.2.0-py3.10-cuda12.1.1-devel-ubuntu22.04 - Simplified Dockerfile (removed unnecessary system deps) - Proper GPU device configuration with float16 precision - Maintained python3 -u handler execution Performance: - ⚡ RTF: 0.02-0.05 (20x faster than real-time) - 🎯 2-minute audio: ~2-6 seconds processing - 🚀 Cold start: ~10-30 seconds - 💾 GPU memory optimized This release should successfully build and deploy on RunPod serverless. 🤖 Generated with [Claude Code](https://claude.ai/code)

v1.6

Toggle v1.6's commit message
CPU test build 

v1.5

Toggle v1.5's commit message
Stable CUDA 12.1 

v1.4

Toggle v1.4's commit message
CUDA 12.4 fix 

v1.3

Toggle v1.3's commit message
Fix cuDNN with CUDA 12.4 

v1.2.0

Toggle v1.2.0's commit message
RunPod GPU transcription v1.2.0 - NVIDIA CUDA base image, fixed cuDNN… … v8 library conflicts

v1.1.0

Toggle v1.1.0's commit message
RunPod GPU transcription v1.1.0 - Fixed cuDNN issues, GPU-only perfor… …mance testing

v1.0.0

Toggle v1.0.0's commit message
RunPod GPU transcription worker v1.0.0 - Initial clean release