Skip to content

Commit cbd6a75

Browse files
bump to 0.2.7.post3 (#674)
1 parent b0ac9f3 commit cbd6a75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

awq/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.2.7.post2"
1+
__version__ = "0.2.7.post3"
22
from awq.models.auto import AutoAWQForCausalLM

scripts/download_wheels.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# Set variables
4-
AWQ_VERSION="0.2.7.post2"
4+
AWQ_VERSION="0.2.7.post3"
55
RELEASE_URL="https://api.github.com/repos/casper-hansen/AutoAWQ/releases/tags/v${AWQ_VERSION}"
66

77
# Create a directory to download the wheels

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44
from setuptools import setup, find_packages
55

6-
AUTOAWQ_VERSION = "0.2.7.post2"
6+
AUTOAWQ_VERSION = "0.2.7.post3"
77
TORCH_VERSION = str(os.getenv("TORCH_VERSION", None) or torch.__version__).split('+', maxsplit=1)[0]
88

99
common_setup_kwargs = {

0 commit comments

Comments
 (0)