arthoho66 commited on
Commit
7ebe839
1 Parent(s): 04faff8

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -0
requirements.txt ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ absl-py==2.0.0
2
+ aiofiles==23.2.1
3
+ altair==5.1.2
4
+ annotated-types==0.6.0
5
+ anyio==3.7.1
6
+ astunparse==1.6.3
7
+ attrs==23.1.0
8
+ backports.zoneinfo==0.2.1
9
+ cachetools==5.3.2
10
+ certifi==2023.7.22
11
+ charset-normalizer==3.3.2
12
+ click==8.1.7
13
+ colorama==0.4.6
14
+ contourpy==1.1.1
15
+ cycler==0.12.1
16
+ deepcut==0.7.0.0
17
+ exceptiongroup==1.1.3
18
+ fastapi==0.104.1
19
+ ffmpy==0.3.1
20
+ filelock==3.13.1
21
+ flatbuffers==23.5.26
22
+ fonttools==4.44.0
23
+ fsspec==2023.10.0
24
+ gast==0.4.0
25
+ google-auth==2.23.4
26
+ google-auth-oauthlib==1.0.0
27
+ google-pasta==0.2.0
28
+ gradio==4.1.1
29
+ gradio_client==0.7.0
30
+ grpcio==1.59.2
31
+ h11==0.14.0
32
+ h5py==3.10.0
33
+ httpcore==1.0.1
34
+ httpx==0.25.1
35
+ huggingface-hub==0.17.3
36
+ idna==3.4
37
+ importlib-metadata==6.8.0
38
+ importlib-resources==6.1.1
39
+ Jinja2==3.1.2
40
+ joblib==1.3.2
41
+ jsonschema==4.19.2
42
+ jsonschema-specifications==2023.7.1
43
+ keras==2.13.1
44
+ kiwisolver==1.4.5
45
+ libclang==16.0.6
46
+ Markdown==3.5.1
47
+ markdown-it-py==3.0.0
48
+ MarkupSafe==2.1.3
49
+ matplotlib==3.7.3
50
+ mdurl==0.1.2
51
+ mpmath==1.3.0
52
+ networkx==3.1
53
+ numpy==1.24.3
54
+ nvidia-cublas-cu12==12.1.3.1
55
+ nvidia-cuda-cupti-cu12==12.1.105
56
+ nvidia-cuda-nvrtc-cu12==12.1.105
57
+ nvidia-cuda-runtime-cu12==12.1.105
58
+ nvidia-cudnn-cu12==8.9.2.26
59
+ nvidia-cufft-cu12==11.0.2.54
60
+ nvidia-curand-cu12==10.3.2.106
61
+ nvidia-cusolver-cu12==11.4.5.107
62
+ nvidia-cusparse-cu12==12.1.0.106
63
+ nvidia-nccl-cu12==2.18.1
64
+ nvidia-nvjitlink-cu12==12.3.52
65
+ nvidia-nvtx-cu12==12.1.105
66
+ oauthlib==3.2.2
67
+ opt-einsum==3.3.0
68
+ orjson==3.9.10
69
+ packaging==23.2
70
+ pandas==2.0.3
71
+ Pillow==10.1.0
72
+ pkg_resources==0.0.0
73
+ pkgutil_resolve_name==1.3.10
74
+ protobuf==4.25.0
75
+ pyasn1==0.5.0
76
+ pyasn1-modules==0.3.0
77
+ pydantic==2.4.2
78
+ pydantic_core==2.10.1
79
+ pydub==0.25.1
80
+ Pygments==2.16.1
81
+ pyparsing==3.1.1
82
+ pythainlp==4.0.2
83
+ python-dateutil==2.8.2
84
+ python-multipart==0.0.6
85
+ pytz==2023.3.post1
86
+ PyYAML==6.0.1
87
+ referencing==0.30.2
88
+ regex==2023.10.3
89
+ requests==2.31.0
90
+ requests-oauthlib==1.3.1
91
+ rich==13.6.0
92
+ rpds-py==0.12.0
93
+ rsa==4.9
94
+ safetensors==0.4.0
95
+ scikit-learn==1.3.2
96
+ scipy==1.10.1
97
+ semantic-version==2.10.0
98
+ shellingham==1.5.4
99
+ six==1.16.0
100
+ sniffio==1.3.0
101
+ starlette==0.27.0
102
+ sympy==1.12
103
+ tensorboard==2.13.0
104
+ tensorboard-data-server==0.7.2
105
+ tensorflow==2.13.1
106
+ tensorflow-estimator==2.13.0
107
+ tensorflow-io-gcs-filesystem==0.34.0
108
+ termcolor==2.3.0
109
+ threadpoolctl==3.2.0
110
+ tokenizers==0.14.1
111
+ tomlkit==0.12.0
112
+ toolz==0.12.0
113
+ torch==2.1.0
114
+ tqdm==4.66.1
115
+ transformers @ git+https://github.com/huggingface/transformers@9beb2737d758160e845b66742a0c01201e38007f
116
+ triton==2.1.0
117
+ typer==0.9.0
118
+ typing_extensions==4.8.0
119
+ tzdata==2023.3
120
+ urllib3==2.0.7
121
+ uvicorn==0.24.0.post1
122
+ websockets==11.0.3
123
+ Werkzeug==3.0.1
124
+ wrapt==1.15.0
125
+ zipp==3.17.0