arjunanand13 commited on
Commit
ed08b9a
·
verified ·
1 Parent(s): 1a5b347

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -1
requirements.txt CHANGED
@@ -21,7 +21,8 @@ gradio
21
 
22
  # Necessary for the proper functioning of advanced quantization features
23
  accelerate
24
- git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
 
25
 
26
  # PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
27
  peft
 
21
 
22
  # Necessary for the proper functioning of advanced quantization features
23
  accelerate
24
+ git+https://pypi.org/simple/ bitsandbytes
25
+ #git+https://github.com/TimDettmers/bitsandbytes.git#egg=bitsandbytes
26
 
27
  # PEFT (assuming it's a library you need, but couldn't identify it - please check the name)
28
  peft