We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2355ae2 commit d2f4b0aCopy full SHA for d2f4b0a
requirements/fabric/strategies.txt
@@ -6,5 +6,5 @@
6
# note: is a bug around 0.10 with `MPS_Accelerator must implement all abstract methods`
7
# shall be resolved by https://github.com/microsoft/DeepSpeed/issues/4372
8
deepspeed >=0.8.2, <=0.9.3; platform_system != "Windows" and platform_system != "Darwin" # strict
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'
+bitsandbytes >=0.45.2,<0.45.3; sys_platform == 'linux' or sys_platform == 'win32'
+bitsandbytes >=0.45.2,<0.45.3 ; sys_platform == 'darwin'
0 commit comments