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
d677a716
"src/vscode:/vscode.git/clone" did not exist on "9b3cb662a4d1c835be639774851fdaf47de73890"
Commit
d677a716
authored
Apr 08, 2023
by
Mitchell Wortsman
Browse files
typo
parent
da524d97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
bitsandbytes/nn/triton_based_modules.py
bitsandbytes/nn/triton_based_modules.py
+0
-2
No files found.
bitsandbytes/nn/triton_based_modules.py
View file @
d677a716
...
@@ -112,8 +112,6 @@ class _switchback_global_mem_efficient(torch.autograd.Function):
...
@@ -112,8 +112,6 @@ class _switchback_global_mem_efficient(torch.autograd.Function):
del
X
del
X
W_int8
,
state_W
=
quantize_global
(
W
)
W_int8
,
state_W
=
quantize_global
(
W
)
print
(
'in mem eff backward.'
)
# save for backward.
# save for backward.
ctx
.
save_for_backward
=
X_int8
,
state_X
,
W_int8
,
state_W
ctx
.
save_for_backward
=
X_int8
,
state_X
,
W_int8
,
state_W
...
...
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