summaryrefslogtreecommitdiff
path: root/bitsandbytes/nn
diff options
context:
space:
mode:
authordbaranchuk <dmitrybaranchuk@gmail.com>2022-08-23 23:53:43 +0300
committerdbaranchuk <dmitrybaranchuk@gmail.com>2022-08-23 23:53:43 +0300
commit656de8ed110fce4e94b4f9d48494ecc5f8e04970 (patch)
tree05a85afe65454fa04434e5f4fa82c1f370651e3b /bitsandbytes/nn
parent1753aa04185b10a3bb52f7289ed4af15cf2502a7 (diff)
minor fixes
Diffstat (limited to 'bitsandbytes/nn')
-rw-r--r--bitsandbytes/nn/modules.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsandbytes/nn/modules.py b/bitsandbytes/nn/modules.py
index ef7fefc..360a182 100644
--- a/bitsandbytes/nn/modules.py
+++ b/bitsandbytes/nn/modules.py
@@ -212,7 +212,7 @@ class Int8Params(torch.nn.Parameter):
)
new_param.CB = self.CB
new_param.SCB = self.SCB
- new_param.SCB = self.SCBt
+ new_param.SCBt = self.SCBt
return new_param