Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
bitsandbytes
Commits
3086fb28
Unverified
Commit
3086fb28
authored
Jan 01, 2024
by
Tim Dettmers
Committed by
GitHub
Jan 01, 2024
Browse files
Merge pull request #563 from neel04/main
Fixed missing `Embedding` export
parents
16fd2fde
c2494a61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
bitsandbytes/nn/__init__.py
bitsandbytes/nn/__init__.py
+1
-1
No files found.
bitsandbytes/nn/__init__.py
View file @
3086fb28
...
@@ -2,5 +2,5 @@
...
@@ -2,5 +2,5 @@
#
#
# This source code is licensed under the MIT license found in the
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.
# LICENSE file in the root directory of this source tree.
from
.modules
import
Int8Params
,
Linear8bitLt
,
StableEmbedding
,
Linear4bit
,
LinearNF4
,
LinearFP4
,
Params4bit
,
OutlierAwareLinear
,
SwitchBackLinearBnb
from
.modules
import
Int8Params
,
Linear8bitLt
,
StableEmbedding
,
Linear4bit
,
LinearNF4
,
LinearFP4
,
Params4bit
,
OutlierAwareLinear
,
SwitchBackLinearBnb
,
Embedding
from
.triton_based_modules
import
SwitchBackLinear
,
SwitchBackLinearGlobal
,
SwitchBackLinearVectorwise
,
StandardLinear
from
.triton_based_modules
import
SwitchBackLinear
,
SwitchBackLinearGlobal
,
SwitchBackLinearVectorwise
,
StandardLinear
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment