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
6bdcd786
Commit
6bdcd786
authored
Sep 27, 2023
by
Casper
Browse files
Bump to v0.1.1
parent
f220ccf1
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 @
6bdcd786
__version__
=
"0.1.
0
"
__version__
=
"0.1.
1
"
from
awq.models.auto
import
AutoAWQForCausalLM
from
awq.models.auto
import
AutoAWQForCausalLM
\ No newline at end of file
setup.py
View file @
6bdcd786
...
@@ -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.1.
0
"
,
"version"
:
"0.1.
1
"
,
"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