Day23 commited on
Commit
b938cc2
·
verified ·
1 Parent(s): 517d1d5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +83 -82
requirements.txt CHANGED
@@ -1,82 +1,83 @@
1
- absl-py==1.4.0
2
- aiohttp==3.8.5
3
- aiosignal==1.3.1
4
- appdirs==1.4.4
5
- async-timeout==4.0.3
6
- attrs==23.1.0
7
- certifi==2023.7.22
8
- cffi==1.15.1
9
- charset-normalizer==3.2.0
10
- click==8.1.7
11
- cmake==3.25.0
12
- colorama==0.4.6
13
- contourpy==1.1.0
14
- cycler==0.11.0
15
- Cython==3.0.2
16
- dill==0.3.7
17
- docker-pycreds==0.4.0
18
- filelock==3.12.3
19
- fonttools==4.42.1
20
- frozenlist==1.4.0
21
- fsspec==2023.6.0
22
- gensim==4.3.2
23
- gitdb==4.0.10
24
- GitPython==3.1.32
25
- huggingface-hub==0.16.4
26
- idna==3.4
27
- Jinja2==3.1.2
28
- joblib==1.3.2
29
- kiwisolver==1.4.5
30
- lit==15.0.7
31
- lxml==4.9.3
32
- MarkupSafe==2.1.2
33
- mpmath==1.2.1
34
- multidict==6.0.4
35
- multiprocess==0.70.15
36
- networkx==3.0
37
- nltk==3.8.1
38
- numpy==1.23.5
39
- packaging==23.1
40
- pathtools==0.1.2
41
- Pillow==9.3.0
42
- portalocker==2.7.0
43
- protobuf==4.24.2
44
- psutil==5.9.5
45
- pyarrow==13.0.0
46
- pycparser==2.21
47
- pyparsing==3.0.9
48
- python-dateutil==2.8.2
49
- pytz==2023.3
50
- PyYAML==6.0.1
51
- regex==2023.8.8
52
- requests==2.31.0
53
- rouge-score==0.1.2
54
- sacrebleu==2.3.1
55
- safetensors==0.3.3
56
- scikit-learn==1.3.0
57
- scipy==1.11.2
58
- sentencepiece==0.1.99
59
- sentry-sdk==1.30.0
60
- setproctitle==1.3.2
61
- six==1.16.0
62
- smart-open==6.3.0
63
- smmap==5.0.0
64
- sympy==1.11.1
65
- tabulate==0.9.0
66
- threadpoolctl==3.2.0
67
- tokenizers==0.13.3
68
- torch==2.0.1
69
- torchaudio==2.0.2
70
- torchvision==0.15.2
71
- tqdm==4.66.1
72
- transformers==4.32.1
73
- triton==2.0.0
74
- typing_extensions==4.7.1
75
- tzdata==2023.3
76
- urllib3==2.0.4
77
- wandb==0.15.9
78
- xxhash==3.3.0
79
- yarl==1.9.2
80
- uvicorn==0.23.2
81
- fastapi>=0.100.0
82
- huggingface_hub>=0.0.19
 
 
1
+ absl-py==1.4.0
2
+ aiohttp==3.8.5
3
+ aiosignal==1.3.1
4
+ appdirs==1.4.4
5
+ async-timeout==4.0.3
6
+ attrs==23.1.0
7
+ certifi==2023.7.22
8
+ cffi==1.15.1
9
+ charset-normalizer==3.2.0
10
+ click==8.1.7
11
+ cmake==3.25.0
12
+ colorama==0.4.6
13
+ contourpy==1.1.0
14
+ cycler==0.11.0
15
+ Cython==3.0.2
16
+ dill==0.3.7
17
+ docker-pycreds==0.4.0
18
+ filelock==3.12.3
19
+ fonttools==4.42.1
20
+ frozenlist==1.4.0
21
+ fsspec==2023.6.0
22
+ gensim==4.3.2
23
+ gitdb==4.0.10
24
+ GitPython==3.1.32
25
+ huggingface-hub==0.16.4
26
+ idna==3.4
27
+ Jinja2==3.1.2
28
+ joblib==1.3.2
29
+ kiwisolver==1.4.5
30
+ lit==15.0.7
31
+ lxml==4.9.3
32
+ MarkupSafe==2.1.2
33
+ mpmath==1.2.1
34
+ multidict==6.0.4
35
+ multiprocess==0.70.15
36
+ networkx==3.0
37
+ nltk==3.8.1
38
+ numpy==1.23.5
39
+ packaging==23.1
40
+ pathtools==0.1.2
41
+ Pillow==9.3.0
42
+ portalocker==2.7.0
43
+ protobuf==4.24.2
44
+ psutil==5.9.5
45
+ pyarrow==13.0.0
46
+ pycparser==2.21
47
+ pyparsing==3.0.9
48
+ python-dateutil==2.8.2
49
+ pytz==2023.3
50
+ PyYAML==6.0.1
51
+ regex==2023.8.8
52
+ requests==2.31.0
53
+ rouge-score==0.1.2
54
+ sacrebleu==2.3.1
55
+ safetensors==0.3.3
56
+ scikit-learn==1.3.0
57
+ scipy==1.11.2
58
+ sentencepiece==0.1.99
59
+ sentry-sdk==1.30.0
60
+ setproctitle==1.3.2
61
+ six==1.16.0
62
+ smart-open==6.3.0
63
+ smmap==5.0.0
64
+ sympy==1.11.1
65
+ tabulate==0.9.0
66
+ threadpoolctl==3.2.0
67
+ tokenizers==0.13.3
68
+ torch==2.0.1
69
+ torchaudio==2.0.2
70
+ torchvision==0.15.2
71
+ tqdm==4.66.1
72
+ transformers==4.32.1
73
+ triton==2.0.0
74
+ typing_extensions==4.7.1
75
+ tzdata==2023.3
76
+ urllib3==2.0.4
77
+ wandb==0.15.9
78
+ xxhash==3.3.0
79
+ yarl==1.9.2
80
+ uvicorn==0.23.2
81
+ fastapi>=0.100.0
82
+ huggingface_hub>=0.0.19
83
+ accelerate==1.3.0