From f4b8f938bdcf195996d5dd938539ede7e173c265 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 23 Jul 2021 01:41:00 +0200 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 5afe506..7fd2acf 100644 --- a/notes.md +++ b/notes.md @@ -269,3 +269,4 @@ 2021-05-18T19:20:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2021-05-18T20:40:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2021-07-23T00:58:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) +2021-07-23T01:41:00 - Refactor for clarity, might break a few tests though (pulp-runtime)