arjunanand13 commited on
Commit
d71f5ae
1 Parent(s): 7b0a54f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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
- # Gradio for creating easy UIs for model demonstrations
20
- gradio
21
-
22
- # Necessary for the proper functioning of advanced quantization features
23
- #accelerate
24
- #bitsandbytes==0.43.0
25
- #git+https://pypi.org/simple/bitsandbytes
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