Skip to content

Commit

Permalink
Update README.md (#146)
Browse files Browse the repository at this point in the history
add algrothm link
  • Loading branch information
YangWang92 authored Dec 26, 2024
1 parent 99a2e7d commit c951bf5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

[![License](https://img.shields.io/badge/license-mit-blue)](https://github.com/microsoft/VPTQ/blob/main/LICENSE)
[![PyPi](https://img.shields.io/pypi/v/vptq)](https://pypi.org/project/vptq/)
[![Algorithm](https://img.shields.io/badge/Algorithm-OpenSource-blue)](https://github.com/microsoft/VPTQ/tree/algorithm)


**Efficient, Flexible and Compressing LLM in less than 2bits**

Expand All @@ -23,6 +25,7 @@
* [Terminal Chatbot Example](#terminal-chatbot-example)
* [Python API Example](#python-api-example)
* [Gradio Web App Example](#gradio-web-app-example)
- [Algorithm](#algorithm)
- [Tech Report](#tech-report)
* [Early Results from Tech Report](#early-results-from-tech-report)
- [Road Map](#road-map)
Expand Down Expand Up @@ -220,6 +223,9 @@ python -m vptq.app

---

## VPTQ Algorithm Early-released
VPTQ algorithm early-released at [algorithm branch](https://github.com/microsoft/VPTQ/tree/algorithm), and checkout the [tutorial](https://github.com/microsoft/VPTQ/blob/algorithm/algorithm.md).

## Tech Report
[VPTQ_tech_report](https://github.com/microsoft/VPTQ/blob/main/VPTQ_tech_report.pdf)

Expand Down

0 comments on commit c951bf5

Please sign in to comment.