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 070f45d commit 74c00ebCopy full SHA for 74c00eb
bitsandbytes/functional.py
@@ -680,7 +680,6 @@ def as_dict(self, packed=False):
680
def to(self, device):
681
# make sure the quantization state is on the right device
682
self.absmax = self.absmax.to(device)
683
- self.offset = self.offset.to(device)
684
if self.nested:
685
self.offset = self.offset.to(device)
686
self.state2.absmax = self.state2.absmax.to(device)
0 commit comments