SWivid commited on
Commit
d8c472a
·
1 Parent(s): 02eb25d

Exclude broken dependency version with accelerate

Browse files
Files changed (1) hide show
  1. pyproject.toml +1 -1
pyproject.toml CHANGED
@@ -14,7 +14,7 @@ classifiers = [
14
  "Programming Language :: Python :: 3",
15
  ]
16
  dependencies = [
17
- "accelerate>=0.33.0",
18
  "bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
19
  "cached_path",
20
  "click",
 
14
  "Programming Language :: Python :: 3",
15
  ]
16
  dependencies = [
17
+ "accelerate>=0.33.0,!=1.7.0",
18
  "bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
19
  "cached_path",
20
  "click",