Spaces:
Runtime error
Runtime error
arjunanand13
commited on
Commit
•
d71f5ae
1
Parent(s):
7b0a54f
Update requirements.txt
Browse files- requirements.txt +8 -32
requirements.txt
CHANGED
@@ -1,33 +1,9 @@
|
|
1 |
-
#spaces
|
2 |
-
#git+https://github.com/huggingface/transformers.git
|
3 |
-
#gradio
|
4 |
-
#pillow
|
5 |
-
#torch
|
6 |
-
#peft
|
7 |
-
#accelerate
|
8 |
-
#-e git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
9 |
-
|
10 |
-
# Core libraries for machine learning and image processing
|
11 |
-
pip == 24.0
|
12 |
-
torch>=1.10
|
13 |
-
opencv-python-headless
|
14 |
-
pillow
|
15 |
-
|
16 |
-
# Hugging Face transformers from GitHub to ensure we have the latest features
|
17 |
git+https://github.com/huggingface/transformers.git
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
#git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
|
27 |
-
|
28 |
-
# PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
|
29 |
-
#peft
|
30 |
-
|
31 |
-
# Dependencies that may be required by bitsandbytes and other ML operations
|
32 |
-
#ninja
|
33 |
-
#einops
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
git+https://github.com/huggingface/transformers.git
|
2 |
+
accelerate
|
3 |
+
datasets
|
4 |
+
bitsandbytes
|
5 |
+
gradio-client @ git+https://github.com/gradio-app/gradio@bd4570ed4343f75a7ae335ef06d5eb313d107bc9#subdirectory=client/python
|
6 |
+
pillow
|
7 |
+
torch
|
8 |
+
peft
|
9 |
+
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|