diff options
Diffstat (limited to 'bitsandbytes/nn/__init__.py')
-rw-r--r-- | bitsandbytes/nn/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsandbytes/nn/__init__.py b/bitsandbytes/nn/__init__.py index 98d4aa0..edc595a 100644 --- a/bitsandbytes/nn/__init__.py +++ b/bitsandbytes/nn/__init__.py @@ -2,4 +2,4 @@ # # This source code is licensed under the MIT license found in the # LICENSE file in the root directory of this source tree. -from .modules import Int8Params, Linear8bit, Linear8bitLt, StableEmbedding +from .modules import Int8Params, Linear8bitLt, StableEmbedding |