mbabazif commited on
Commit
b9a66ec
1 Parent(s): 59b4b59

add Application File

Browse files
Files changed (1) hide show
  1. requirements.txt +91 -0
requirements.txt ADDED
@@ -0,0 +1,91 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ altair==5.1.2
3
+ annotated-types==0.6.0
4
+ anyio==3.7.1
5
+ attrs==23.1.0
6
+ certifi==2023.7.22
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.1.3
13
+ fastapi==0.104.1
14
+ ffmpy==0.3.1
15
+ filelock==3.13.1
16
+ fonttools==4.44.0
17
+ fsspec==2023.10.0
18
+ gradio==4.2.0
19
+ gradio_client==0.7.0
20
+ h11==0.14.0
21
+ httpcore==1.0.2
22
+ httpx==0.25.1
23
+ huggingface-hub==0.17.3
24
+ idna==3.4
25
+ importlib-resources==6.1.1
26
+ Jinja2==3.1.2
27
+ jsonschema==4.19.2
28
+ jsonschema-specifications==2023.7.1
29
+ kiwisolver==1.4.5
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.3
32
+ matplotlib==3.7.3
33
+ mdurl==0.1.2
34
+ mpmath==1.3.0
35
+ networkx==3.1
36
+ numpy==1.24.4
37
+ nvidia-cublas-cu12==12.1.3.1
38
+ nvidia-cuda-cupti-cu12==12.1.105
39
+ nvidia-cuda-nvrtc-cu12==12.1.105
40
+ nvidia-cuda-runtime-cu12==12.1.105
41
+ nvidia-cudnn-cu12==8.9.2.26
42
+ nvidia-cufft-cu12==11.0.2.54
43
+ nvidia-curand-cu12==10.3.2.106
44
+ nvidia-cusolver-cu12==11.4.5.107
45
+ nvidia-cusparse-cu12==12.1.0.106
46
+ nvidia-nccl-cu12==2.18.1
47
+ nvidia-nvjitlink-cu12==12.3.52
48
+ nvidia-nvtx-cu12==12.1.105
49
+ orjson==3.9.10
50
+ packaging==23.2
51
+ pandas==2.0.3
52
+ Pillow==10.1.0
53
+ pkg_resources==0.0.0
54
+ pkgutil_resolve_name==1.3.10
55
+ pydantic==2.4.2
56
+ pydantic_core==2.10.1
57
+ pydub==0.25.1
58
+ Pygments==2.16.1
59
+ pyparsing==3.1.1
60
+ python-dateutil==2.8.2
61
+ python-multipart==0.0.6
62
+ pytz==2023.3.post1
63
+ PyYAML==6.0.1
64
+ referencing==0.30.2
65
+ regex==2023.10.3
66
+ requests==2.31.0
67
+ rich==13.6.0
68
+ rpds-py==0.12.0
69
+ safetensors==0.4.0
70
+ semantic-version==2.10.0
71
+ shellingham==1.5.4
72
+ six==1.16.0
73
+ sniffio==1.3.0
74
+ starlette==0.27.0
75
+ sympy==1.12
76
+ tokenizers==0.14.1
77
+ tomlkit==0.12.0
78
+ toolz==0.12.0
79
+ torch==2.1.0
80
+ torchaudio==2.1.0
81
+ torchvision==0.16.0
82
+ tqdm==4.66.1
83
+ transformers==4.34.0
84
+ triton==2.1.0
85
+ typer==0.9.0
86
+ typing_extensions==4.8.0
87
+ tzdata==2023.3
88
+ urllib3==2.0.7
89
+ uvicorn==0.24.0.post1
90
+ websockets==11.0.3
91
+ zipp==3.17.0