Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
younesbelkada authored Jun 17, 2024
1 parent b6c815d commit bcd0d4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"test": ["parameterized", "pytest", "pytest-xdist", "accelerate", "pytest-cov", "pytest-xdist", "scikit-learn"],
"peft": ["peft>=0.4.0"],
"diffusers": ["diffusers>=0.18.0"],
"deepspeed": ["deepspeed>=0.9.5"],
"benchmark": ["wandb", "ghapi", "openrlbenchmark==0.2.1a5", "requests", "deepspeed"],
"deepspeed": ["deepspeed>=0.9.5", "numpy>=1.18.2,!=2.0.0"],
"benchmark": ["wandb", "ghapi", "openrlbenchmark==0.2.1a5", "requests", "deepspeed", "numpy>=1.18.2,!=2.0.0"],
"quantization": ["bitsandbytes<=0.41.1"],
}
EXTRAS["dev"] = []
Expand Down

0 comments on commit bcd0d4e

Please sign in to comment.