From 434fd268a3410b2660642d9b68d216941c8d13fc Mon Sep 17 00:00:00 2001 From: Titus von Koeller <9048635+Titus-von-Koeller@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:18:15 +0000 Subject: [PATCH] delete obsolete comment --- bitsandbytes/nn/modules.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bitsandbytes/nn/modules.py b/bitsandbytes/nn/modules.py index db133320a..40766ad41 100644 --- a/bitsandbytes/nn/modules.py +++ b/bitsandbytes/nn/modules.py @@ -283,7 +283,6 @@ def from_prequantized( self.quant_type = self.quant_state.quant_type self.bnb_quantized = True - # Note: uint8 is the default. TBD: Should this be in QuantState? self.quant_storage = data.dtype return self