Spaces:
Paused
Paused
File size: 787 Bytes
d43b33a 2fd7a20 d43b33a 7e1b603 d43b33a 7e1b603 d43b33a | 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 | # Requirements for Hugging Face Spaces # PyTorch with CUDA support - HF Spaces automatically provides CUDA-enabled PyTorch # When you select GPU hardware, PyTorch will have full CUDA support torch>=2.0.0 torchvision>=0.15.0 # Note: CUDA toolkit is pre-installed on HF Spaces GPU instances # You can verify with: torch.cuda.is_available() and torch.cuda.get_device_name(0) # Core dependencies transformers>=4.30.0 accelerate>=0.20.0 huggingface_hub>=0.20.0 torchinfo einops scipy sentencepiece wandb[media] torchmetrics[image] simple_parsing opencv-python psutil pyyaml av==12.3.0 # Gradio for web interface gradio>=6.0.2 # Git dependencies git+https://github.com/KeKsBoTer/torch-dwt git+https://github.com/huggingface/diffusers.git # Video processing dependencies decord webdataset |