Skip to content

Commit

Permalink
Pin bnb to <=0.41.1 (#968)
Browse files Browse the repository at this point in the history
* pin bnb to 0.41.1

* Update setup.py

* Update setup.py
  • Loading branch information
younesbelkada authored Nov 8, 2023
1 parent 9c93dec commit 1b25824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"diffusers": ["diffusers>=0.18.0"],
"deepspeed": ["deepspeed>=0.9.5"],
"benchmark": ["wandb", "ghapi", "openrlbenchmark==0.2.1a5", "requests", "deepspeed"],
"quantization": ["bitsandbytes>=0.41.0"],
"quantization": ["bitsandbytes<=0.41.1"],
}
EXTRAS["dev"] = []
for reqs in EXTRAS.values():
Expand Down

0 comments on commit 1b25824

Please sign in to comment.