Spaces:
Runtime error
Runtime error
isThisYouLLM
commited on
Commit
•
06f308a
1
Parent(s):
f7594ce
Create requirements.txt
Browse files- requirements.txt +70 -0
requirements.txt
ADDED
@@ -0,0 +1,70 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
accelerate
|
2 |
+
streamlit_option_menu
|
3 |
+
aiohttp
|
4 |
+
aiosignal
|
5 |
+
async-timeout
|
6 |
+
attrs
|
7 |
+
auto-gptq
|
8 |
+
bitsandbytes
|
9 |
+
certifi
|
10 |
+
charset-normalizer
|
11 |
+
cloudpickle
|
12 |
+
coloredlogs
|
13 |
+
contourpy
|
14 |
+
cycler
|
15 |
+
datasets
|
16 |
+
dill
|
17 |
+
filelock==3.13.1
|
18 |
+
fonttools==4.44.1
|
19 |
+
frozenlist==1.4.0
|
20 |
+
fsspec==2023.10.0
|
21 |
+
gekko==1.0.6
|
22 |
+
huggingface-hub
|
23 |
+
humanfriendly
|
24 |
+
idna
|
25 |
+
importlib-resources
|
26 |
+
Jinja2
|
27 |
+
joblib
|
28 |
+
kiwisolver
|
29 |
+
llvmlite
|
30 |
+
MarkupSafe
|
31 |
+
matplotlib
|
32 |
+
mpmath
|
33 |
+
multidict
|
34 |
+
multiprocess
|
35 |
+
networkx
|
36 |
+
numba
|
37 |
+
numpy
|
38 |
+
packaging
|
39 |
+
pandas
|
40 |
+
peft
|
41 |
+
Pillow
|
42 |
+
protobuf
|
43 |
+
psutil
|
44 |
+
pyarrow
|
45 |
+
pyarrow-hotfix
|
46 |
+
pyparsing
|
47 |
+
python-dateutil
|
48 |
+
pytz
|
49 |
+
PyYAML
|
50 |
+
regex
|
51 |
+
requests
|
52 |
+
rouge
|
53 |
+
safetensors
|
54 |
+
scipy
|
55 |
+
sentencepiece
|
56 |
+
six
|
57 |
+
slicer
|
58 |
+
sympy
|
59 |
+
threadpoolctl
|
60 |
+
tokenizers==0.15.0
|
61 |
+
torch==2.1.1
|
62 |
+
tqdm
|
63 |
+
transformers==4.39.3
|
64 |
+
triton
|
65 |
+
typing-extensions
|
66 |
+
tzdata
|
67 |
+
urllib3
|
68 |
+
xxhash
|
69 |
+
yarl
|
70 |
+
zipp
|