MrD05 commited on
Commit
f04abd5
·
1 Parent(s): 89f8d10

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -5
requirements.txt CHANGED
@@ -1,22 +1,36 @@
1
  accelerate==0.18.0
 
 
2
  anyio==3.6.2
 
 
3
  bitsandbytes==0.38.1
4
  certifi==2022.12.7
5
  charset-normalizer==3.1.0
6
  click==8.1.3
7
  cmake==3.26.3
8
  colorama==0.4.6
9
- commonmark==0.9.1
 
 
 
10
  filelock==3.12.0
 
 
11
  fsspec==2023.4.0
12
  h11==0.14.0
13
  hf-endpoints-emulator==0.1.1
14
  huggingface-hub==0.14.1
 
15
  idna==3.4
16
  Jinja2==3.1.2
17
  lit==16.0.2
 
18
  MarkupSafe==2.1.2
 
19
  mpmath==1.3.0
 
 
20
  networkx==3.1
21
  numpy==1.24.3
22
  nvidia-cublas-cu11==11.10.3.66
@@ -30,26 +44,40 @@ nvidia-cusolver-cu11==11.4.0.1
30
  nvidia-cusparse-cu11==11.7.4.91
31
  nvidia-nccl-cu11==2.14.3
32
  nvidia-nvtx-cu11==11.7.91
 
 
 
33
  packaging==23.1
 
34
  Pillow==9.5.0
 
35
  psutil==5.9.5
 
36
  Pygments==2.15.1
 
 
37
  PyYAML==6.0
38
  regex==2023.3.23
39
  requests==2.29.0
40
- rich==12.6.0
41
- sentencepiece==0.1.98
 
42
  shellingham==1.5.0.post1
 
43
  sniffio==1.3.0
44
  starlette==0.26.1
45
  sympy==1.11.1
46
  tokenizers==0.13.3
47
  torch==2.0.0
 
48
  tqdm==4.65.0
49
  transformers==4.28.1
50
  transformers-stream-generator==0.0.4
51
  triton==2.0.0
52
- typer==0.7.0
53
  typing_extensions==4.5.0
 
54
  urllib3==1.26.15
55
- uvicorn==0.21.1
 
 
 
1
  accelerate==0.18.0
2
+ aiohttp==3.8.4
3
+ aiosignal==1.3.1
4
  anyio==3.6.2
5
+ async-timeout==4.0.2
6
+ attrs==23.1.0
7
  bitsandbytes==0.38.1
8
  certifi==2022.12.7
9
  charset-normalizer==3.1.0
10
  click==8.1.3
11
  cmake==3.26.3
12
  colorama==0.4.6
13
+ coloredlogs==15.0.1
14
+ datasets==2.12.0
15
+ dill==0.3.6
16
+ evaluate==0.4.0
17
  filelock==3.12.0
18
+ flatbuffers==23.3.3
19
+ frozenlist==1.3.3
20
  fsspec==2023.4.0
21
  h11==0.14.0
22
  hf-endpoints-emulator==0.1.1
23
  huggingface-hub==0.14.1
24
+ humanfriendly==10.0
25
  idna==3.4
26
  Jinja2==3.1.2
27
  lit==16.0.2
28
+ markdown-it-py==2.2.0
29
  MarkupSafe==2.1.2
30
+ mdurl==0.1.2
31
  mpmath==1.3.0
32
+ multidict==6.0.4
33
+ multiprocess==0.70.14
34
  networkx==3.1
35
  numpy==1.24.3
36
  nvidia-cublas-cu11==11.10.3.66
 
44
  nvidia-cusparse-cu11==11.7.4.91
45
  nvidia-nccl-cu11==2.14.3
46
  nvidia-nvtx-cu11==11.7.91
47
+ onnx==1.13.1
48
+ onnxruntime==1.14.1
49
+ optimum==1.8.3
50
  packaging==23.1
51
+ pandas==2.0.1
52
  Pillow==9.5.0
53
+ protobuf==3.20.2
54
  psutil==5.9.5
55
+ pyarrow==12.0.0
56
  Pygments==2.15.1
57
+ python-dateutil==2.8.2
58
+ pytz==2023.3
59
  PyYAML==6.0
60
  regex==2023.3.23
61
  requests==2.29.0
62
+ responses==0.18.0
63
+ rich==13.3.5
64
+ sentencepiece==0.1.99
65
  shellingham==1.5.0.post1
66
+ six==1.16.0
67
  sniffio==1.3.0
68
  starlette==0.26.1
69
  sympy==1.11.1
70
  tokenizers==0.13.3
71
  torch==2.0.0
72
+ torchvision==0.15.1
73
  tqdm==4.65.0
74
  transformers==4.28.1
75
  transformers-stream-generator==0.0.4
76
  triton==2.0.0
77
+ typer==0.9.0
78
  typing_extensions==4.5.0
79
+ tzdata==2023.3
80
  urllib3==1.26.15
81
+ uvicorn==0.22.0
82
+ xxhash==3.2.0
83
+ yarl==1.9.2