From 734416f34256906fc6247d3ba5b20cb9b0498ab7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 1 Jun 2018 19:09:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index f2d921b..c72f2f0 100644 --- a/notes.md +++ b/notes.md @@ -145,3 +145,4 @@ 2018-03-22T21:59:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) 2018-06-01T06:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2018-06-01T07:49:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2018-06-01T19:09:00 - Implementing approach from a new paper read last night (pulp-runtime)