MrD05 commited on
Commit
b0d02fc
·
1 Parent(s): 39f906a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -24
requirements.txt CHANGED
@@ -1,9 +1,5 @@
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
@@ -11,26 +7,18 @@ click==8.1.3
11
  cmake==3.26.3
12
  colorama==0.4.6
13
  commonmark==0.9.1
14
- dataclasses-json==0.5.7
15
  filelock==3.12.0
16
- frozenlist==1.3.3
17
- greenlet==2.0.2
18
  h11==0.14.0
19
  hf-endpoints-emulator==0.1.1
20
- huggingface-hub==0.13.4
21
  idna==3.4
22
  Jinja2==3.1.2
23
- langchain==0.0.144
24
- lit==16.0.1
25
  MarkupSafe==2.1.2
26
- marshmallow==3.19.0
27
- marshmallow-enum==1.5.1
28
  mpmath==1.3.0
29
- multidict==6.0.4
30
- mypy-extensions==1.0.0
31
  networkx==3.1
32
- numexpr==2.8.4
33
- numpy==1.24.2
34
  nvidia-cublas-cu11==11.10.3.66
35
  nvidia-cuda-cupti-cu11==11.7.101
36
  nvidia-cuda-nvrtc-cu11==11.7.99
@@ -42,31 +30,26 @@ nvidia-cusolver-cu11==11.4.0.1
42
  nvidia-cusparse-cu11==11.7.4.91
43
  nvidia-nccl-cu11==2.14.3
44
  nvidia-nvtx-cu11==11.7.91
45
- openapi-schema-pydantic==1.2.4
46
  packaging==23.1
47
  Pillow==9.5.0
48
  psutil==5.9.5
49
- pydantic==1.10.7
50
  Pygments==2.15.1
51
  PyYAML==6.0
52
  regex==2023.3.23
53
- requests==2.28.2
54
  rich==12.6.0
55
  sentencepiece==0.1.98
56
  shellingham==1.5.0.post1
57
  sniffio==1.3.0
58
- SQLAlchemy==1.4.47
59
  starlette==0.26.1
60
  sympy==1.11.1
61
- tenacity==8.2.2
62
  tokenizers==0.13.3
63
  torch==2.0.0
64
  tqdm==4.65.0
65
  transformers==4.28.1
 
66
  triton==2.0.0
67
  typer==0.7.0
68
- typing-inspect==0.8.0
69
  typing_extensions==4.5.0
70
  urllib3==1.26.15
71
- uvicorn==0.21.1
72
- yarl==1.8.2
 
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
 
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
23
  nvidia-cuda-cupti-cu11==11.7.101
24
  nvidia-cuda-nvrtc-cu11==11.7.99
 
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