diff options
author | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-22 14:41:05 -0700 |
---|---|---|
committer | Tim Dettmers <tim.dettmers@gmail.com> | 2022-07-22 14:41:05 -0700 |
commit | c771b3a75a6ebbfbfc398a028a477246b0799cf0 (patch) | |
tree | 158353d531766ed133be34d3c5085da6e8a4d01e /bitsandbytes/nn/__init__.py | |
parent | 4cd7ea62b2f51c68aacde2f62e7141765e476111 (diff) |
Most tests passing.
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 27ad6ca..03b4655 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 StableEmbedding, Embedding +from .modules import StableEmbedding, Linear8bit, Linear8bitLt, Int8Params |