From 2957394a5fa71d46701e471c02ece896231e6ae6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 10 Dec 2018 23:34:00 +0100 Subject: [PATCH] Minor doc updates: linking to article on quantization (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6b47ead..f77bcc1 100644 --- a/notes.md +++ b/notes.md @@ -160,3 +160,4 @@ 2018-10-11T06:46:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2018-12-10T03:48:00 - Refactor for clarity, might break a few tests though (prophet) 2018-12-10T23:29:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (prophet) +2018-12-10T23:34:00 - Minor doc updates: linking to article on quantization (prophet)