"examples/vscode:/vscode.git/clone" did not exist on "bb22d546c062ae768a9f54a9eb1675f2a8dcdad9"
Commit a0fb91d9 authored by Casper's avatar Casper
Browse files

Bump version

parent d374a2dd
__version__ = "0.0.2"
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.1", "version": "0.0.2",
"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