Paridhim commited on
Commit
2724e26
1 Parent(s): fac987d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +47 -6
requirements.txt CHANGED
@@ -1,6 +1,47 @@
1
- datasets
2
- transformers
3
- accelerate
4
- einops
5
- safetensors
6
- ctransformer
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.9.3
2
+ aiosignal==1.3.1
3
+ annotated-types==0.6.0
4
+ anyio==4.3.0
5
+ async-timeout==4.0.3
6
+ attrs==23.2.0
7
+ certifi==2024.2.2
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ ctransformers==0.2.27
12
+ dataclasses-json==0.6.4
13
+ exceptiongroup==1.2.0
14
+ fastapi==0.110.0
15
+ filelock==3.13.3
16
+ frozenlist==1.4.1
17
+ fsspec==2024.3.1
18
+ greenlet==3.0.3
19
+ h11==0.14.0
20
+ huggingface-hub==0.22.1
21
+ idna==3.6
22
+ jsonpatch==1.33
23
+ jsonpointer==2.4
24
+ langchain-community==0.0.29
25
+ langchain-core==0.1.35
26
+ langsmith==0.1.36
27
+ marshmallow==3.21.1
28
+ multidict==6.0.5
29
+ mypy-extensions==1.0.0
30
+ numpy==1.26.4
31
+ orjson==3.10.0
32
+ packaging==23.2
33
+ py-cpuinfo==9.0.0
34
+ pydantic==2.6.4
35
+ pydantic_core==2.16.3
36
+ PyYAML==6.0.1
37
+ requests==2.31.0
38
+ sniffio==1.3.1
39
+ SQLAlchemy==2.0.29
40
+ starlette==0.36.3
41
+ tenacity==8.2.3
42
+ tqdm==4.66.2
43
+ typing-inspect==0.9.0
44
+ typing_extensions==4.10.0
45
+ urllib3==2.2.1
46
+ uvicorn==0.29.0
47
+ yarl==1.9.4