Skip to content

Commit 1895897

Browse files
committed
_BITSANDBYTES_AVAILABLE
1 parent 54921ce commit 1895897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lightning/fabric/plugins/precision/bitsandbytes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
log = logging.getLogger(__name__)
4242

43-
_BITSANDBYTES_AVAILABLE = RequirementCache("bitsandbytes>=0.42.0")
43+
_BITSANDBYTES_AVAILABLE = RequirementCache("bitsandbytes")
4444

4545

4646
class BitsandbytesPrecision(Precision):

0 commit comments

Comments
 (0)