MrD05 commited on
Commit
9daf34e
·
1 Parent(s): 922e5ce

Create requirements.txt

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