diff options
Diffstat (limited to 'bitsandbytes/nn/__init__.py')
-rw-r--r-- | bitsandbytes/nn/__init__.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bitsandbytes/nn/__init__.py b/bitsandbytes/nn/__init__.py new file mode 100644 index 0000000..177540f --- /dev/null +++ b/bitsandbytes/nn/__init__.py @@ -0,0 +1,5 @@ +# Copyright (c) Facebook, Inc. and its affiliates. +# +# 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 |