Skip to content

Commit

Permalink
A Survey of Quantization Methods for Efficient Neural Network Inference
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Junwang <[email protected]>
  • Loading branch information
zhjwpku committed Feb 28, 2024
1 parent 038043d commit f36d4b3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- [vertica](./databases/olap/vertica.md)
- [htap](./databases/htap/README.md)
- [greenplum](./databases/htap/greenplum-htap.md)
- [vector db](./databases/vectordb/README.md)
- [citus](./databases/citus.md)
- [optimizer](./databases/optimizer/README.md)
- [executor](./databases/executor/README.md)
Expand Down Expand Up @@ -78,4 +79,4 @@
- [kv store](./storage/kv/README.md)
- [dynamo](./storage/kv/dynamo.md)
- [kudu](./storage/kudu.md)
- [bluestore](./storage/bluestore.md)
- [bluestore](./storage/bluestore.md)
Binary file not shown.
1 change: 1 addition & 0 deletions src/databases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
- **[The Vertica Analytic Database: C-Store 7 Years Later][vertica]**
- **[HTAP](htap/index.html)**
- **[Greenplum: A Hybrid Database for Transactional and Analytical Workloads][greenplum]**
- **[Vector DB](vectordb/index.html)**
- **[Citus: Distributed PostgreSQL for Data-Intensive Applications][citus]**
- **[Optimizer](optimizer/index.html)**
- **[Executor](executor/index.html)**
Expand Down
5 changes: 5 additions & 0 deletions src/databases/vectordb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## vector db

### Quantization

- [A Survey of Quantization Methods for Efficient Neural Network Inference](/assets/pdfs/A_Survey_of_Quantization_Methods_for_Efficient_Neural_Network_Inference.pdf)

0 comments on commit f36d4b3

Please sign in to comment.