arjunanand13 commited on
Commit
698ace6
·
verified ·
1 Parent(s): 9c96985

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://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)
 
21
 
22
  # Necessary for the proper functioning of advanced quantization features
23
  accelerate
24
+ bitsandbytes==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)