Revert "V0.4.2 release"
This commit is contained in:
parent
1049fd014a
commit
e5050a5650
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
__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
|
||||
from .utils.exllama_utils import exllama_set_max_input_length
|
||||
from .utils.exllama_utils import exllama_set_max_input_length
|
2
setup.py
2
setup.py
|
@ -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.",
|
||||
|
|
Loading…
Add table
Reference in a new issue