Update README.md

This commit is contained in:
潘其威(William) 2023-04-26 14:07:22 +08:00 committed by GitHub
parent 82815471fd
commit f8aa8e27e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
An easy-to-use model quantization package with user-friendly apis, based on GPTQ algorithm.
## News or Update
- 2023-04-25 - (Update) - Using `triton` to speed up inference is now supported.
- 2023-04-26 - (Update) - Using `triton` to speed up inference is now supported.
- 2023-04-25 - (News&Update) - [MOSS](https://github.com/OpenLMLab/MOSS) is an open-source tool-augmented conversational language model from Fudan University, quantization is now supported in AutoGPTQ.
- 2023-04-23 - (Update) - Support evaluation on multiple (down-stream) tasks such as: language-modeling, text-classification, text-summarization.
- 2023-04-22 - (News) - qwopqwop200's [AutoGPTQ-triton](https://github.com/qwopqwop200/AutoGPTQ-triton) provides faster speed to integrate with quantized model, for everyone who can access to triton, try and enjoy yourself!