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 <zhjwpku@gmail.com>
  • Loading branch information
zhjwpku committed Feb 27, 2024
1 parent 038043d commit 3905fa3
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 @@ -33,6 +33,7 @@
- [cdc](./databases/cdc/README.md)
- [dblog](./databases/cdc/dblog.md)
- [rum conjecture](./databases/rum.md)
- [vector db](./databases/vectordb/README.md)
- [datalayout](./datalayout/README.md)
- [cstore](./datalayout/c-store.md)
- [cstore compression](./datalayout/c-store-compression.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 @@ -23,6 +23,7 @@
- **[Change Data Capture](cdc/index.html)**
- **[DBLog: AWatermark Based Change-Data-Capture Framework][dblog]**
- **[Designing Access Methods: The RUM Conjecture][rum]**
- **[VectorDB](vectordb/index.html)**

#### Optional readings

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 3905fa3

Please sign in to comment.