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
c2494a61
Unverified
Commit
c2494a61
authored
Jul 04, 2023
by
Neel Gupta
Committed by
GitHub
Jul 04, 2023
Browse files
Fixed missing `Embedding` export
parent
4395d68c
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 @
c2494a61
...
@@ -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