Spaces:
Sleeping
Sleeping
add requirements.txt
Browse files- requirements.txt +42 -0
requirements.txt
ADDED
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch==2.1.2
|
2 |
+
torchvision==0.16.2
|
3 |
+
transformers==4.37.2
|
4 |
+
tokenizers==0.15.1
|
5 |
+
sentencepiece==0.1.99
|
6 |
+
shortuuid
|
7 |
+
accelerate==0.21.0
|
8 |
+
peft
|
9 |
+
bitsandbytes
|
10 |
+
pydantic
|
11 |
+
markdown2[all]
|
12 |
+
numpy
|
13 |
+
scikit-learn==1.2.2
|
14 |
+
gradio==4.16.0
|
15 |
+
gradio_client==0.8.1
|
16 |
+
requests
|
17 |
+
httpx==0.24.0
|
18 |
+
uvicorn
|
19 |
+
fastapi
|
20 |
+
einops==0.6.1
|
21 |
+
einops-exts==0.0.4
|
22 |
+
timm==0.6.13
|
23 |
+
protobuf
|
24 |
+
timecode
|
25 |
+
sortedcontainers
|
26 |
+
qtpy
|
27 |
+
pyqt5-tools
|
28 |
+
scipy
|
29 |
+
matplotlib
|
30 |
+
colour_demosaicing
|
31 |
+
sk-video
|
32 |
+
opencv-python
|
33 |
+
progressbar
|
34 |
+
openai
|
35 |
+
clip @ git+https://github.com/openai/CLIP@main
|
36 |
+
scikit-learn
|
37 |
+
tensorflow
|
38 |
+
sentencepiece
|
39 |
+
streamlit
|
40 |
+
hdbscan
|
41 |
+
plotly
|
42 |
+
ipywidgets
|