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
19b9ef34
Commit
19b9ef34
authored
Mar 10, 2023
by
Phil Wang
Browse files
whoops
parent
c99b44f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bitsandbytes/optim/lion.py
bitsandbytes/optim/lion.py
+2
-2
No files found.
bitsandbytes/optim/lion.py
View file @
19b9ef34
...
@@ -22,7 +22,7 @@ class Lion(Optimizer1State):
...
@@ -22,7 +22,7 @@ class Lion(Optimizer1State):
"lion"
,
"lion"
,
params
,
params
,
lr
,
lr
,
(
beta
1
,
beta2
)
,
beta
s
,
0.
,
0.
,
weight_decay
,
weight_decay
,
optim_bits
,
optim_bits
,
...
@@ -49,7 +49,7 @@ class Lion8bit(Optimizer1State):
...
@@ -49,7 +49,7 @@ class Lion8bit(Optimizer1State):
"lion"
,
"lion"
,
params
,
params
,
lr
,
lr
,
(
beta
1
,
beta2
)
,
beta
s
,
0.
,
0.
,
weight_decay
,
weight_decay
,
8
,
8
,
...
...
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