Spaces:
Sleeping
Sleeping
| # ZeroGPU兼容的核心依赖 | |
| spaces | |
| # 基础AI框架 | |
| transformers==4.37.2 | |
| accelerate==0.25.0 | |
| datasets==2.17.0 | |
| tokenizers==0.15.2 | |
| safetensors==0.4.1 | |
| huggingface-hub==0.21.1 | |
| # 量化支持 | |
| bitsandbytes==0.42.0 | |
| peft==0.2.0 | |
| # 视频和音频处理 | |
| decord==0.6.0 | |
| opencv-python==4.7.0.72 | |
| moviepy==1.0.3 | |
| ffmpeg-python==0.2.0 | |
| imageio==2.33.1 | |
| imageio-ffmpeg==0.4.9 | |
| # 语音处理 | |
| openai-whisper==20231117 | |
| soundfile==0.12.1 | |
| openai==1.12.0 | |
| # Web界面 | |
| gradio==4.36.1 | |
| gradio-client | |
| # 图像处理 | |
| scikit-image==0.21.0 | |
| # NLP和评估 | |
| nltk==3.8.1 | |
| pycocoevalcap==1.2 | |
| # 可视化和绘图 | |
| matplotlib==3.7.5 | |
| # 实验跟踪 | |
| wandb==0.16.2 | |
| # 字幕处理 | |
| pysrt==1.1.2 | |
| chardet==5.2.0 | |
| # MiniGPT4-Video核心依赖 | |
| omegaconf==2.3.0 | |
| einops==0.7.0 | |
| webvtt-py==0.4.6 | |
| pytubefix | |
| iopath==0.1.10 | |
| fairscale==0.4.13 | |
| webdataset==0.2.86 | |
| visual_genome==1.1.1 | |
| # 基础依赖 | |
| numpy<2.0.0 | |
| pandas==2.0.0 | |
| pillow==10.2.0 | |
| tqdm | |
| requests | |
| regex==2023.12.25 | |
| pyyaml==6.0.1 | |
| filelock==3.13.1 | |
| fsspec==2023.10.0 | |
| scipy==1.11.4 | |
| # 其他工具 | |
| sentencepiece==0.1.97 | |
| protobuf==4.25.1 | |
| psutil==5.9.7 | |
| six==1.16.0 | |
| typing-extensions==4.9.0 | |
| packaging | |
| # Git依赖 (包含自定义的timm版本) | |
| git+https://github.com/fffiloni/pytorch-image-models |