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
872387fc
Commit
872387fc
authored
Sep 21, 2023
by
Casper
Browse files
Bump to v0.1.0
parent
6b82cac7
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 @
872387fc
__version__
=
"0.
0.2
"
__version__
=
"0.
1.0
"
from
awq.models.auto
import
AutoAWQForCausalLM
from
awq.models.auto
import
AutoAWQForCausalLM
\ No newline at end of file
setup.py
View file @
872387fc
...
@@ -9,7 +9,7 @@ os.environ["CC"] = "g++"
...
@@ -9,7 +9,7 @@ os.environ["CC"] = "g++"
os
.
environ
[
"CXX"
]
=
"g++"
os
.
environ
[
"CXX"
]
=
"g++"
common_setup_kwargs
=
{
common_setup_kwargs
=
{
"version"
:
"0.
0.2
"
,
"version"
:
"0.
1.0
"
,
"name"
:
"autoawq"
,
"name"
:
"autoawq"
,
"author"
:
"Casper Hansen"
,
"author"
:
"Casper Hansen"
,
"license"
:
"MIT"
,
"license"
:
"MIT"
,
...
...
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