Spaces:
hysts
/
Running on Zero

BLIP2 / pyproject.toml
hysts's picture
hysts HF staff
Update
384e9c5
raw
history blame contribute delete
No virus
326 Bytes
[project]
name = "blip2"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=0.34.2",
"bitsandbytes>=0.44.1",
"gradio>=4.44.1",
"hf-transfer>=0.1.8",
"spaces>=0.30.3",
"torch==2.4.0",
"torchvision==0.19.0",
"transformers>=4.45.1",
]