cabustillo13 commited on
Commit
3198d44
1 Parent(s): 5a9f416

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +86 -0
requirements.txt ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.43.1
17
+ fsspec==2023.10.0
18
+ gradio==4.0.2
19
+ gradio-client==0.7.0
20
+ h11==0.14.0
21
+ httpcore==0.18.0
22
+ httpx==0.25.0
23
+ huggingface-hub==0.18.0
24
+ idna==3.4
25
+ importlib-resources==6.1.0
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
+ pkgutil-resolve-name==1.3.10
54
+ pydantic==2.4.2
55
+ pydantic-core==2.10.1
56
+ pydub==0.25.1
57
+ Pygments==2.16.1
58
+ pyparsing==3.1.1
59
+ python-dateutil==2.8.2
60
+ python-multipart==0.0.6
61
+ pytz==2023.3.post1
62
+ PyYAML==6.0.1
63
+ referencing==0.30.2
64
+ requests==2.31.0
65
+ rich==13.6.0
66
+ rpds-py==0.10.6
67
+ scipy==1.10.1
68
+ semantic-version==2.10.0
69
+ shellingham==1.5.4
70
+ six==1.16.0
71
+ sniffio==1.3.0
72
+ starlette==0.27.0
73
+ sympy==1.12
74
+ tomlkit==0.12.0
75
+ toolz==0.12.0
76
+ torch==2.1.0
77
+ torchvision==0.16.0
78
+ tqdm==4.66.1
79
+ triton==2.1.0
80
+ typer==0.9.0
81
+ typing-extensions==4.8.0
82
+ tzdata==2023.3
83
+ urllib3==2.0.7
84
+ uvicorn==0.23.2
85
+ websockets==11.0.3
86
+ zipp==3.17.0