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
c39ac59b
Commit
c39ac59b
authored
Aug 27, 2023
by
Casper
Browse files
Import from awq
parent
7fbe9bbc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
awq/__init__.py
awq/__init__.py
+1
-0
awq/entry.py
awq/entry.py
+1
-1
No files found.
awq/__init__.py
0 → 100644
View file @
c39ac59b
from
awq.models.auto
import
AutoAWQForCausalLM
\ No newline at end of file
awq/entry.py
View file @
c39ac59b
...
@@ -4,7 +4,7 @@ import torch
...
@@ -4,7 +4,7 @@ import torch
import
argparse
import
argparse
from
lm_eval
import
evaluator
from
lm_eval
import
evaluator
from
transformers
import
AutoTokenizer
from
transformers
import
AutoTokenizer
from
awq
.models.auto
import
AutoAWQForCausalLM
from
awq
import
AutoAWQForCausalLM
from
awq.quantize.auto_clip
import
apply_clip
from
awq.quantize.auto_clip
import
apply_clip
from
awq.quantize.auto_scale
import
apply_scale
from
awq.quantize.auto_scale
import
apply_scale
from
awq.utils.lm_eval_adaptor
import
LMEvalAdaptor
from
awq.utils.lm_eval_adaptor
import
LMEvalAdaptor
...
...
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