Commit 6bdcd786 authored by Casper's avatar Casper
Browse files

Bump to v0.1.1

parent f220ccf1
__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
...@@ -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",
......
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