arjunanand13 commited on
Commit
a70982f
·
verified ·
1 Parent(s): df88880

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -2
requirements.txt CHANGED
@@ -13,14 +13,14 @@ opencv-python-headless
13
  pillow
14
 
15
  # Hugging Face transformers from GitHub to ensure we have the latest features
16
- -e git+https://github.com/huggingface/transformers.git
17
 
18
  # Gradio for creating easy UIs for model demonstrations
19
  gradio
20
 
21
  # Necessary for the proper functioning of advanced quantization features
22
  accelerate
23
- -e git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
24
 
25
  # PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
26
  peft
 
13
  pillow
14
 
15
  # Hugging Face transformers from GitHub to ensure we have the latest features
16
+ git+https://github.com/huggingface/transformers.git
17
 
18
  # Gradio for creating easy UIs for model demonstrations
19
  gradio
20
 
21
  # Necessary for the proper functioning of advanced quantization features
22
  accelerate
23
+ git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
24
 
25
  # PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
26
  peft