sunny-annie commited on
Commit
c51edb3
1 Parent(s): 7e2fff4

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +96 -0
requirements.txt ADDED
@@ -0,0 +1,96 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.4
2
+ aiosignal==1.3.1
3
+ altair==4.2.2
4
+ async-timeout==4.0.2
5
+ attrs==23.1.0
6
+ blinker==1.6.2
7
+ cachetools==5.3.0
8
+ certifi==2022.12.7
9
+ charset-normalizer==3.1.0
10
+ click==8.1.3
11
+ cmake==3.26.3
12
+ contourpy==1.0.7
13
+ cycler==0.11.0
14
+ datasets==2.12.0
15
+ decorator==5.1.1
16
+ dill==0.3.6
17
+ entrypoints==0.4
18
+ faiss-cpu==1.7.4
19
+ filelock==3.12.0
20
+ fonttools==4.39.3
21
+ frozenlist==1.3.3
22
+ fsspec==2023.4.0
23
+ gitdb==4.0.10
24
+ GitPython==3.1.31
25
+ huggingface-hub==0.14.1
26
+ idna==3.4
27
+ importlib-metadata==6.6.0
28
+ importlib-resources==5.12.0
29
+ Jinja2==3.1.2
30
+ joblib==1.2.0
31
+ jsonschema==4.17.3
32
+ kiwisolver==1.4.4
33
+ lit==16.0.2
34
+ markdown-it-py==2.2.0
35
+ MarkupSafe==2.1.2
36
+ matplotlib==3.7.1
37
+ mdurl==0.1.2
38
+ mpmath==1.3.0
39
+ multidict==6.0.4
40
+ multiprocess==0.70.14
41
+ networkx==3.1
42
+ numpy==1.24.3
43
+ nvidia-cublas-cu11==11.10.3.66
44
+ nvidia-cuda-cupti-cu11==11.7.101
45
+ nvidia-cuda-nvrtc-cu11==11.7.99
46
+ nvidia-cuda-runtime-cu11==11.7.99
47
+ nvidia-cudnn-cu11==8.5.0.96
48
+ nvidia-cufft-cu11==10.9.0.58
49
+ nvidia-curand-cu11==10.2.10.91
50
+ nvidia-cusolver-cu11==11.4.0.1
51
+ nvidia-cusparse-cu11==11.7.4.91
52
+ nvidia-nccl-cu11==2.14.3
53
+ nvidia-nvtx-cu11==11.7.91
54
+ packaging==23.1
55
+ pandas==2.0.1
56
+ Pillow==9.5.0
57
+ protobuf==3.20.3
58
+ pyarrow==12.0.0
59
+ pydeck==0.8.1b0
60
+ Pygments==2.15.1
61
+ Pympler==1.0.1
62
+ pyparsing==3.0.9
63
+ pyrsistent==0.19.3
64
+ python-dateutil==2.8.2
65
+ pytz==2023.3
66
+ pytz-deprecation-shim==0.1.0.post0
67
+ PyYAML==6.0
68
+ regex==2023.5.5
69
+ requests==2.29.0
70
+ responses==0.18.0
71
+ rich==13.3.5
72
+ scikit-learn==1.2.2
73
+ scipy==1.10.1
74
+ six==1.16.0
75
+ smmap==5.0.0
76
+ streamlit==1.22.0
77
+ sympy==1.11.1
78
+ tenacity==8.2.2
79
+ threadpoolctl==3.1.0
80
+ tokenizers==0.13.3
81
+ toml==0.10.2
82
+ toolz==0.12.0
83
+ torch==2.0.0
84
+ tornado==6.3.1
85
+ tqdm==4.65.0
86
+ transformers==4.28.1
87
+ triton==2.0.0
88
+ typing_extensions==4.5.0
89
+ tzdata==2023.3
90
+ tzlocal==4.3
91
+ urllib3==1.26.15
92
+ validators==0.20.0
93
+ watchdog==3.0.0
94
+ xxhash==3.2.0
95
+ yarl==1.9.2
96
+ zipp==3.15.0