From f3c04acb613a192b8ab3be47f205c356b2c83037 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 17 Aug 2018 20:27: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 dbc3c42..192846a 100644 --- a/notes.md +++ b/notes.md @@ -163,3 +163,4 @@ 2018-08-03T21:39:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2018-08-17T03:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2018-08-17T22:01:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2018-08-17T20:27:00 - Implementing approach from a new paper read last night (pulp-runtime)