summaryrefslogtreecommitdiff
path: root/bitsandbytes/nn
diff options
context:
space:
mode:
authorTim Dettmers <TimDettmers@users.noreply.github.com>2022-06-30 08:21:24 -0700
committerGitHub <noreply@github.com>2022-06-30 08:21:24 -0700
commit3418cd390e952a7752fb6b2544c25e25af7c0371 (patch)
tree546ef2dea977f9850b4afeb9bfb18871ef948654 /bitsandbytes/nn
parent4e60e7dc62c50b6ba9b6becf6e779a1d48906be2 (diff)
parent33efe4a09f459832e8beceba70add0695cc485e4 (diff)
Merge pull request #2 from TimDettmers/fix_imports
Remove unused imports, fix NotImplementedError
Diffstat (limited to 'bitsandbytes/nn')
-rw-r--r--bitsandbytes/nn/modules.py1
1 files changed, 0 insertions, 1 deletions
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