Skip to content

Commit 837ef68

Browse files
committed
bitsandbytes
1 parent f5bd47a commit 837ef68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements/fabric/strategies.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
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
88
deepspeed >=0.8.2, <=0.9.3; platform_system != "Windows" and platform_system != "Darwin" # strict
9-
bitsandbytes >=0.45.2,<0.45.3; sys_platform == 'linux' or sys_platform == 'win32'
10-
bitsandbytes >=0.45.2,<0.45.3 ; sys_platform == 'darwin'
9+
bitsandbytes >=0.45.2,<0.45.3; platform_system != "Darwin"
10+

0 commit comments

Comments
 (0)