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
707315a6
Commit
707315a6
authored
Sep 27, 2023
by
Casper Hansen
Browse files
Remove unused imports
parent
8c80b3e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
awq/modules/fused/attn.py
awq/modules/fused/attn.py
+0
-2
No files found.
awq/modules/fused/attn.py
View file @
707315a6
import
os
import
os
import
math
import
math
import
torch
import
torch
import
logging
import
torch.nn
as
nn
import
torch.nn
as
nn
import
awq_inference_engine
import
awq_inference_engine
from
torch.nn
import
functional
as
F
from
torch.nn
import
functional
as
F
from
awq.utils.utils
import
compute_memory_used_pct
try
:
try
:
import
ft_inference_engine
import
ft_inference_engine
...
...
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