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
a9a1c44a
Unverified
Commit
a9a1c44a
authored
May 26, 2024
by
EtienneDosSantos
Committed by
GitHub
May 26, 2024
Browse files
Add `"lamb"` to `str2optimizer32bit`
parent
79815ad4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
bitsandbytes/functional.py
bitsandbytes/functional.py
+4
-0
No files found.
bitsandbytes/functional.py
View file @
a9a1c44a
...
@@ -49,6 +49,10 @@ if lib and lib.compiled_with_cuda:
...
@@ -49,6 +49,10 @@ if lib and lib.compiled_with_cuda:
lib
.
cadagrad32bit_grad_32
,
lib
.
cadagrad32bit_grad_32
,
lib
.
cadagrad32bit_grad_16
,
lib
.
cadagrad32bit_grad_16
,
),
),
"lamb"
:
(
lib
.
cadam32bit_grad_fp32
,
lib
.
cadam32bit_grad_fp16
,
),
}
}
str2optimizer8bit
=
{
str2optimizer8bit
=
{
...
...
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