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
b9ed6641
You need to sign in or sign up before continuing.
Commit
b9ed6641
authored
Oct 28, 2023
by
Casper
Browse files
Bump to v0.1.5
parent
d6ac3be3
Changes
2
Show 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 @
b9ed6641
__version__
=
"0.1.
4
"
__version__
=
"0.1.
5
"
from
awq.models.auto
import
AutoAWQForCausalLM
\ No newline at end of file
setup.py
View file @
b9ed6641
...
...
@@ -9,7 +9,7 @@ os.environ["CC"] = "g++"
os
.
environ
[
"CXX"
]
=
"g++"
common_setup_kwargs
=
{
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"name"
:
"autoawq"
,
"author"
:
"Casper Hansen"
,
"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