Commit 2355ae2 1 parent 6559d4f commit 2355ae2 Copy full SHA for 2355ae2
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
# note: is a bug around 0.10 with `MPS_Accelerator must implement all abstract methods`
7
7
# shall be resolved by https://github.com/microsoft/DeepSpeed/issues/4372
8
8
deepspeed >=0.8.2, <=0.9.3; platform_system != "Windows" and platform_system != "Darwin" # strict
9
- bitsandbytes >=0.44.0,<0.44.2 ; sys_platform == 'linux' or sys_platform == 'win32'
10
- bitsandbytes >=0.42.0,<0.43.0 ; sys_platform == 'darwin'
9
+ bitsandbytes >=0.44.0,<0.45.3 ; sys_platform == 'linux' or sys_platform == 'win32'
10
+ bitsandbytes >=0.42.0,<0.45.3 ; sys_platform == 'darwin'
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ hydra-core >=1.2.0, <1.4.0
8
8
jsonargparse[signatures] >=4.27.7, <=4.35.0
9
9
rich >=12.3.0, <13.6.0
10
10
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
11
- bitsandbytes >=0.44.0,<0.44.2 ; sys_platform == 'linux' or sys_platform == 'win32'
12
- bitsandbytes >=0.42.0,<0.43.0 ; sys_platform == 'darwin'
11
+ bitsandbytes >=0.44.0,<0.45.3 ; sys_platform == 'linux' or sys_platform == 'win32'
12
+ bitsandbytes >=0.42.0,<0.45.3 ; sys_platform == 'darwin'
You can’t perform that action at this time.
0 commit comments