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
87350fef
Commit
87350fef
authored
Nov 16, 2023
by
Casper
Browse files
Bump to 0.1.7
parent
6f516b8d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
awq/__init__.py
awq/__init__.py
+1
-1
setup.py
setup.py
+1
-1
No files found.
awq/__init__.py
View file @
87350fef
__version__
=
"0.1.
6
"
__version__
=
"0.1.
7
"
from
awq.models.auto
import
AutoAWQForCausalLM
from
awq.models.auto
import
AutoAWQForCausalLM
\ No newline at end of file
setup.py
View file @
87350fef
...
@@ -7,7 +7,7 @@ from torch.utils.cpp_extension import BuildExtension, CUDA_HOME, CUDAExtension
...
@@ -7,7 +7,7 @@ from torch.utils.cpp_extension import BuildExtension, CUDA_HOME, CUDAExtension
os
.
environ
[
"CC"
]
=
"g++"
os
.
environ
[
"CC"
]
=
"g++"
os
.
environ
[
"CXX"
]
=
"g++"
os
.
environ
[
"CXX"
]
=
"g++"
AUTOAWQ_VERSION
=
"0.1.
6
"
AUTOAWQ_VERSION
=
"0.1.
7
"
PYPI_BUILD
=
os
.
getenv
(
"PYPI_BUILD"
,
"0"
)
==
"1"
PYPI_BUILD
=
os
.
getenv
(
"PYPI_BUILD"
,
"0"
)
==
"1"
if
not
PYPI_BUILD
:
if
not
PYPI_BUILD
:
...
...
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