We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54921ce commit 1895897Copy full SHA for 1895897
src/lightning/fabric/plugins/precision/bitsandbytes.py
@@ -40,7 +40,7 @@
40
41
log = logging.getLogger(__name__)
42
43
-_BITSANDBYTES_AVAILABLE = RequirementCache("bitsandbytes>=0.42.0")
+_BITSANDBYTES_AVAILABLE = RequirementCache("bitsandbytes")
44
45
46
class BitsandbytesPrecision(Precision):
0 commit comments