Merge pull request #288 from PanQiWei/revert-287-v0.4.2-release

Revert "V0.4.2 release"
This commit is contained in:
潘其威(William) 2023-08-25 17:34:27 +08:00 committed by GitHub
commit 6bbf70373f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
__version__ = "0.4.2"
__version__ = "0.4.1"
from .modeling import BaseQuantizeConfig
from .modeling import AutoGPTQForCausalLM
from .utils.peft_utils import get_gptq_peft_model

View file

@ -9,7 +9,7 @@ os.environ["CC"] = "g++"
os.environ["CXX"] = "g++"
common_setup_kwargs = {
"version": "0.4.2",
"version": "0.4.1",
"name": "auto_gptq",
"author": "PanQiWei",
"description": "An easy-to-use LLMs quantization package with user-friendly apis, based on GPTQ algorithm.",