Commit d76078ef authored by yangql's avatar yangql
Browse files

initing develop

parent a2630e0f
__pycache__/
Qwen1.5-7B-4bit-gptq-4
\ No newline at end of file
......@@ -51,7 +51,15 @@ cd dist && pip3 install auto_gptq*
| Mixtral | 8x7B |
| Baichuan | 7B/13B |
## 验证
- python -c "import auto_gptq; print(auto_gptq.\_\_version__)",版本号与官方版本同步,查询该软件的版本号,例如0.8.0;
## Known Issue
-
## 参考资料
- [README](README.md)
- [https://github.com/AutoGPTQ/AutoGPTQ](https://github.com/AutoGPTQ/AutoGPTQ)
......
......@@ -3,4 +3,4 @@ from .utils.exllama_utils import exllama_set_max_input_length
from .utils.peft_utils import get_gptq_peft_model
__version__ = "0.8.0.dev0"
__version__ = "0.8.0+dtk24041"
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