TaskCLIP / requirements.txt
HanningChen
Initial HF Space: FastAPI + HTML (no weights yet)
f2f112a
raw
history blame
524 Bytes
# requirements.txt
# --- PyTorch CUDA 11.8 wheels ---
--extra-index-url https://download.pytorch.org/whl/cu118
torch==2.0.0+cu118
torchvision==0.15.1+cu118
torchaudio==2.0.1+cu118
# --- Web backend ---
fastapi==0.111.0
uvicorn==0.30.1
jinja2==3.1.4
python-multipart==0.0.9
pydantic==2.7.4
starlette==0.37.2
anyio==4.4.0
# --- Core ---
numpy==1.26.4
pillow==10.3.0
opencv-python-headless==4.10.0.84
# --- Models / inference ---
ultralytics==8.4.3
open-clip-torch==2.24.0
# --- Local ImageBind package ---
-e ./ImageBind