Commit 872387fc authored by Casper's avatar Casper
Browse files

Bump to v0.1.0

parent 6b82cac7
__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
...@@ -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",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment