Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Harahan committed Jun 16, 2024
1 parent a9f0a4b commit a148ea4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ This tool is implemented in Pytorch by the following main contributors:

## News

* **May 17, 2024:** 🚀 We support some advanced large models, e.g., LLaVA, Mixtral, and Qwen V2 now. Have a try!

* **May 13, 2024:** 🍺🍺🍺 We release our quantization benchmark paper:

[**LLM-QBench: A Benchmark Towards the Best Practice for Post-training Quantization of Large Language Models**](https://arxiv.org/abs/2405.06001).
Expand Down Expand Up @@ -209,6 +211,12 @@ To help users design their configs, we now explain some universal configurations

[LLaMA V3](https://huggingface.co/meta-llama)

[Mixtral](https://huggingface.co/docs/transformers/model_doc/mixtral)

[Qwen V2](https://github.com/QwenLM/Qwen2)

[LLaVA](https://github.com/haotian-liu/LLaVA)

You can add your own model type referring to files under ``llmc/models/*.py``.

## Supported Algorithm List
Expand Down

0 comments on commit a148ea4

Please sign in to comment.