From 15f59b013891bb327df0953367d1d757f13fdb4e Mon Sep 17 00:00:00 2001 From: Maxime Labonne <81252890+mlabonne@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:29:49 +0100 Subject: [PATCH] Created using Colaboratory --- Introduction_to_Weight_Quantization.ipynb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Introduction_to_Weight_Quantization.ipynb b/Introduction_to_Weight_Quantization.ipynb index f420a64..26225da 100644 --- a/Introduction_to_Weight_Quantization.ipynb +++ b/Introduction_to_Weight_Quantization.ipynb @@ -16,7 +16,9 @@ "# Introduction to Weight Quantization\n", "> Reducing the size of Large Language Models with 8-bit quantization\n", "\n", - "❤️ Created by [@maximelabonne](https://twitter.com/maximelabonne)." + "❤️ Created by [@maximelabonne](https://twitter.com/maximelabonne).\n", + "\n", + "Companion notebook to execute the code from the following article: https://mlabonne.github.io/blog/intro_weight_quantization/" ], "metadata": { "id": "yG1VY-TJoxix"