From d0cd8c442283bd7eeca1479c1f7279ea555d986f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 29 Nov 2018 18:38:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f2bc28d..598f487 100644 --- a/notes.md +++ b/notes.md @@ -172,3 +172,4 @@ 2018-09-21T20:50:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2018-11-08T22:43:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2018-11-08T20:31:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) +2018-11-29T18:38:00 - Refactor for clarity, might break a few tests though (pulp-runtime)