Spaces:
Paused
Paused
File size: 1,203 Bytes
f2cfe15 b010483 f2cfe15 b010483 f2cfe15 b010483 f2cfe15 85f74cd f2cfe15 157e65c f2cfe15 6fd66df f2cfe15 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 | # Core ML Framework - Latest optimized versions transformers>=4.52.4 # Latest stable, supports Qwen 2.5 torch>=2.2.0 # PyTorch 2.0+ for torch.compile torchaudio>=2.2.0 gradio>=5.34.2 # Latest Gradio 5.x series # Qwen 2.5 Optimization Stack # auto-gptq>=0.7.1 # Removed - not needed, using BitsAndBytesConfig instead optimum>=1.16.0 accelerate>=0.26.1 bitsandbytes>=0.42.0 # FlashAttention2 will be installed at runtime if GPU is available # Enhanced Audio Processing faster-whisper>=1.0.0 librosa>=0.10.1 soundfile>=0.12.1 webrtcvad>=2.0.10 # Production Backend fastapi>=0.108.0 uvicorn[standard]>=0.25.0 pydantic>=2.5.0 websockets>=12.0 # Advanced State Management apscheduler>=3.10.4 aiosqlite>=0.19.0 # Zero GPU Optimization spaces>=0.28.0 # 3D Generation Pipeline Dependencies gradio_client>=0.8.0 # For Hunyuan3D Space API integration trimesh>=4.0.0 # 3D mesh processing aiohttp>=3.9.0 # Async HTTP for API calls # Core Utilities numpy>=1.24.0 pandas>=2.1.0 pillow>=10.1.0 python-dateutil>=2.8.2 emoji>=2.8.0 psutil>=5.9.0 # Async Support aiofiles>=23.2.0 asyncio-mqtt>=0.16.1 # Scientific Computing scipy>=1.11.0 scikit-learn>=1.3.0 # Development Tools pytest>=7.4.0 black>=23.0.0 |