GenAILearniverse
commited on
Commit
•
9433633
1
Parent(s):
36b0a0e
Upload Requirements_lib.txt
Browse files- Requirements_lib.txt +18 -0
Requirements_lib.txt
ADDED
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Install pytorch for cpu "torch"
|
2 |
+
# or get the latest gpu version from: https://pytorch.org/get-started/locally/
|
3 |
+
pip3 install torch torchvision torchaudio --index-url https://download.pytorch.org/whl/cu118
|
4 |
+
|
5 |
+
transformers>=4.36.2
|
6 |
+
diffusers>=0.25.0
|
7 |
+
ctransformers[cuda]>=0.2.24
|
8 |
+
Pillow>=9.3.0
|
9 |
+
gradio
|
10 |
+
streamlit>=1.29.0
|
11 |
+
accelerate>=0.25.0
|
12 |
+
pypdf
|
13 |
+
peft >= 0.6.0
|
14 |
+
|
15 |
+
|
16 |
+
matplotlib
|
17 |
+
pandas
|
18 |
+
openpyxl
|