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
ColossalAI
Commits
07ed155e
Commit
07ed155e
authored
Sep 27, 2023
by
Michelle
Committed by
Zian(Andy) Zheng
Oct 07, 2023
Browse files
[NFC] polish colossalai/inference/quant/gptq/cai_gptq/__init__.py code style (#4792)
parent
eef96e08
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
colossalai/inference/quant/gptq/cai_gptq/__init__.py
colossalai/inference/quant/gptq/cai_gptq/__init__.py
+2
-1
No files found.
colossalai/inference/quant/gptq/cai_gptq/__init__.py
View file @
07ed155e
...
...
@@ -3,9 +3,10 @@ import warnings
HAS_AUTO_GPTQ
=
False
try
:
import
auto_gptq
HAS_AUTO_GPTQ
=
True
except
ImportError
:
warnings
.
warn
(
'
please install auto-gptq from https://github.com/PanQiWei/AutoGPTQ
'
)
warnings
.
warn
(
"
please install auto-gptq from https://github.com/PanQiWei/AutoGPTQ
"
)
HAS_AUTO_GPTQ
=
False
if
HAS_AUTO_GPTQ
:
...
...
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