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
AutoAWQ
Commits
19568c52
Commit
19568c52
authored
Sep 20, 2023
by
Casper Hansen
Browse files
Remove comment
parent
984fd2f8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
8 deletions
+1
-8
awq/models/gpt_bigcode.py
awq/models/gpt_bigcode.py
+1
-8
No files found.
awq/models/gpt_bigcode.py
View file @
19568c52
...
@@ -36,13 +36,6 @@ class GptBigCodeAWQForCausalLM(BaseAWQForCausalLM):
...
@@ -36,13 +36,6 @@ class GptBigCodeAWQForCausalLM(BaseAWQForCausalLM):
kwargs
=
module_kwargs
kwargs
=
module_kwargs
))
))
# attention output
# layers.append(dict(
# prev_op=module.attn.c_attn,
# layers=[module.attn.c_proj],
# inp=input_feat['attn.c_proj']
# ))
# linear 1
# linear 1
layers
.
append
(
dict
(
layers
.
append
(
dict
(
prev_op
=
module
.
ln_2
,
prev_op
=
module
.
ln_2
,
...
...
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