From 7439924891496025edf60c9da6a782f362a50c70 Mon Sep 17 00:00:00 2001 From: Tim Dettmers Date: Tue, 5 Oct 2021 19:16:20 -0700 Subject: Initial commit --- bitsandbytes/__init__.py | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 bitsandbytes/__init__.py (limited to 'bitsandbytes/__init__.py') diff --git a/bitsandbytes/__init__.py b/bitsandbytes/__init__.py new file mode 100644 index 0000000..6e29322 --- /dev/null +++ b/bitsandbytes/__init__.py @@ -0,0 +1,10 @@ +# 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 .optim import adam +from .nn import modules +__pdoc__ = {'libBitsNBytes' : False, + 'optim.optimizer.Optimizer8bit': False, + 'optim.optimizer.MockArgs': False + } -- cgit v1.2.3