File tree Expand file tree Collapse file tree 3 files changed +3
-10
lines changed
Expand file tree Collapse file tree 3 files changed +3
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -8,5 +8,4 @@ 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- 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"
You can’t perform that action at this time.
0 commit comments