AUMREDKA commited on
Commit
b8348de
·
verified ·
1 Parent(s): d8f06d4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +112 -6
requirements.txt CHANGED
@@ -1,9 +1,115 @@
1
- torch
2
- transformers
3
- sentence-transformers
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  faiss-cpu
5
-
6
- flask
7
  fastapi
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  requests
9
- streamlit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate
2
+ altair
3
+ annotated-types
4
+ anyio
5
+ asttokens
6
+ attrs
7
+ babel
8
+ beautifulsoup4
9
+ blinker
10
+ bs4
11
+ cachetools
12
+ certifi
13
+ charset-normalizer
14
+ click
15
+ comm
16
+ courlan
17
+ dateparser
18
+ debugpy
19
+ decorator
20
+ executing
21
  faiss-cpu
 
 
22
  fastapi
23
+ filelock
24
+ Flask
25
+ fsspec
26
+ gitdb
27
+ GitPython
28
+ greenlet
29
+ h11
30
+ hf-xet
31
+ htmldate
32
+ huggingface-hub
33
+ idna
34
+ ipykernel
35
+ ipython
36
+ ipython_pygments_lexers
37
+ itsdangerous
38
+ jedi
39
+ Jinja2
40
+ joblib
41
+ jsonschema
42
+ jsonschema-specifications
43
+ jupyter_client
44
+ jupyter_core
45
+ jusText
46
+ lxml
47
+ lxml_html_clean
48
+ MarkupSafe
49
+ matplotlib-inline
50
+ mpmath
51
+ narwhals
52
+ nest-asyncio
53
+ networkx
54
+ numpy
55
+ packaging
56
+ pandas
57
+ parso
58
+ pexpect
59
+ pillow
60
+ platformdirs
61
+ playwright
62
+ prompt_toolkit
63
+ protobuf
64
+ psutil
65
+ ptyprocess
66
+ pure_eval
67
+ pyarrow
68
+ pydantic
69
+ pydantic_core
70
+ pydeck
71
+ pyee
72
+ Pygments
73
+ PyMuPDF
74
+ python-dateutil
75
+ pytz
76
+ PyYAML
77
+ pyzmq
78
+ referencing
79
+ regex
80
  requests
81
+ rpds-py
82
+ safetensors
83
+ scikit-learn
84
+ scipy
85
+ sentence-transformers
86
+ setuptools
87
+ six
88
+ smmap
89
+ sniffio
90
+ soupsieve
91
+ stack-data
92
+ starlette
93
+ streamlit
94
+ sympy
95
+ tenacity
96
+ threadpoolctl
97
+ tld
98
+ tokenizers
99
+ toml
100
+ torch
101
+ tornado
102
+ tqdm
103
+ trafilatura
104
+ traitlets
105
+ transformers
106
+ triton
107
+ typing-inspection
108
+ typing_extensions
109
+ tzdata
110
+ tzlocal
111
+ urllib3
112
+ uvicorn
113
+ watchdog
114
+ wcwidth
115
+ Werkzeug