From 33efe4a09f459832e8beceba70add0695cc485e4 Mon Sep 17 00:00:00 2001 From: Max Ryabinin Date: Thu, 30 Jun 2022 18:14:20 +0300 Subject: Remove unused imports, fix NotImplementedError --- bitsandbytes/nn/modules.py | 1 - 1 file changed, 1 deletion(-) (limited to 'bitsandbytes/nn') diff --git a/bitsandbytes/nn/modules.py b/bitsandbytes/nn/modules.py index dc0a171..c5460fb 100644 --- a/bitsandbytes/nn/modules.py +++ b/bitsandbytes/nn/modules.py @@ -7,7 +7,6 @@ import torch from typing import Optional from torch import Tensor -from torch.nn.parameter import Parameter import torch.nn.functional as F from bitsandbytes.optim import GlobalOptimManager -- cgit v1.2.3