Skip to content

Commit be212ca

Browse files
committed
bitsandbytes
1 parent 3d56092 commit be212ca

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

.azure/gpu-tests-fabric.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,8 @@ jobs:
119119
python requirements/collect_env_details.py
120120
python -c "import torch ; mgpu = torch.cuda.device_count() ; assert mgpu == 2, f'GPU: {mgpu}'"
121121
python requirements/pytorch/check-avail-extras.py
122-
displayName: "Env details"
123-
124-
- bash: |
125122
python -c "import bitsandbytes"
126-
displayName: "Handle bitsandbytes"
123+
displayName: "Env details"
127124
128125
- bash: python -m pytest lightning_fabric
129126
workingDirectory: src

.azure/gpu-tests-pytorch.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,11 +133,8 @@ jobs:
133133
python requirements/collect_env_details.py
134134
python -c "import torch ; mgpu = torch.cuda.device_count() ; assert mgpu == 2, f'GPU: {mgpu}'"
135135
python requirements/pytorch/check-avail-extras.py
136-
displayName: "Env details"
137-
138-
- bash: |
139136
python -c "import bitsandbytes"
140-
displayName: "Handle bitsandbytes"
137+
displayName: "Env details"
141138
142139
- bash: python -m pytest pytorch_lightning
143140
workingDirectory: src

requirements/pytorch/extra.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ hydra-core >=1.2.0, <1.4.0
88
jsonargparse[signatures] >=4.27.7, <=4.35.0
99
rich >=12.3.0, <13.6.0
1010
tensorboardX >=2.2, <2.7.0 # min version is set by torch.onnx missing attribute
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'
11+
bitsandbytes >=0.45.2,<0.45.3; platform_system != "Darwin"

0 commit comments

Comments
 (0)