Spaces:
hysts
/
Running on Zero

File size: 326 Bytes
384e9c5
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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",
]