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