pain commited on
Commit
b7effda
1 Parent(s): b742b63

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.2.0
3
+ annotated-types==0.6.0
4
+ anyio==4.1.0
5
+ attrs==23.1.0
6
+ certifi==2023.11.17
7
+ charset-normalizer==3.3.2
8
+ click==8.1.7
9
+ colorama==0.4.6
10
+ contourpy==1.1.1
11
+ cycler==0.12.1
12
+ exceptiongroup==1.2.0
13
+ fastapi==0.105.0
14
+ ffmpy==0.3.1
15
+ filelock==3.13.1
16
+ fonttools==4.46.0
17
+ fsspec==2023.12.2
18
+ ftfy==6.1.3
19
+ gradio==4.9.0
20
+ gradio-client==0.7.2
21
+ h11==0.14.0
22
+ httpcore==1.0.2
23
+ httpx==0.25.2
24
+ huggingface-hub==0.19.4
25
+ idna==3.6
26
+ importlib-resources==6.1.1
27
+ Jinja2==3.1.2
28
+ jsonschema==4.20.0
29
+ jsonschema-specifications==2023.11.2
30
+ kiwisolver==1.4.5
31
+ markdown-it-py==3.0.0
32
+ MarkupSafe==2.1.3
33
+ matplotlib==3.7.4
34
+ mdurl==0.1.2
35
+ mpmath==1.3.0
36
+ multilingual-clip==1.0.10
37
+ networkx==3.1
38
+ numpy==1.24.4
39
+ nvidia-cublas-cu12==12.1.3.1
40
+ nvidia-cuda-cupti-cu12==12.1.105
41
+ nvidia-cuda-nvrtc-cu12==12.1.105
42
+ nvidia-cuda-runtime-cu12==12.1.105
43
+ nvidia-cudnn-cu12==8.9.2.26
44
+ nvidia-cufft-cu12==11.0.2.54
45
+ nvidia-curand-cu12==10.3.2.106
46
+ nvidia-cusolver-cu12==11.4.5.107
47
+ nvidia-cusparse-cu12==12.1.0.106
48
+ nvidia-nccl-cu12==2.18.1
49
+ nvidia-nvjitlink-cu12==12.3.101
50
+ nvidia-nvtx-cu12==12.1.105
51
+ open-clip-torch==2.23.0
52
+ orjson==3.9.10
53
+ packaging==23.2
54
+ pandas==2.0.3
55
+ Pillow==10.1.0
56
+ pkgutil-resolve-name==1.3.10
57
+ protobuf==4.25.1
58
+ pydantic==2.5.2
59
+ pydantic-core==2.14.5
60
+ pydub==0.25.1
61
+ pygments==2.17.2
62
+ pyparsing==3.1.1
63
+ python-dateutil==2.8.2
64
+ python-multipart==0.0.6
65
+ pytz==2023.3.post1
66
+ PyYAML==6.0.1
67
+ referencing==0.32.0
68
+ regex==2023.10.3
69
+ requests==2.31.0
70
+ rich==13.7.0
71
+ rpds-py==0.13.2
72
+ safetensors==0.4.1
73
+ semantic-version==2.10.0
74
+ sentencepiece==0.1.99
75
+ shellingham==1.5.4
76
+ six==1.16.0
77
+ sniffio==1.3.0
78
+ starlette==0.27.0
79
+ sympy==1.12
80
+ timm==0.9.12
81
+ tokenizers==0.15.0
82
+ tomlkit==0.12.0
83
+ toolz==0.12.0
84
+ torch==2.1.1
85
+ torchvision==0.16.1
86
+ tqdm==4.66.1
87
+ transformers==4.36.1
88
+ triton==2.1.0
89
+ typer==0.9.0
90
+ typing-extensions==4.9.0
91
+ tzdata==2023.3
92
+ urllib3==2.1.0
93
+ uvicorn==0.24.0.post1
94
+ wcwidth==0.2.12
95
+ websockets==11.0.3
96
+ zipp==3.17.0