From b35935acabd11a946d1f1e076be4abaff20213ab Mon Sep 17 00:00:00 2001 From: Prabha Arivalagan Date: Sat, 20 Apr 2024 11:10:18 -0500 Subject: [PATCH] added metadata to quantized page --- docs/writing/posts/quantization.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/writing/posts/quantization.md b/docs/writing/posts/quantization.md index 04b8de3..6c3bc37 100644 --- a/docs/writing/posts/quantization.md +++ b/docs/writing/posts/quantization.md @@ -1,3 +1,12 @@ +--- +draft: true +date: 2024-03-06 +slug: quantization-notes +tags: + - llm +authors: + - Prabha +--- - LLM model is getting bigger, quantization helps reduce model size with little to no quality degradation - ![[Pasted image 20240415112817.png]]