From dc8b8f1958fe8471aefe9df419a50226b7b264d8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 26 Jun 2023 07:43:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d81bebd..5d54755 100644 --- a/notes.md +++ b/notes.md @@ -333,3 +333,4 @@ 2023-06-18T17:29:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) 2023-06-26T21:54:00 - Implementing approach from a new paper read last night (pulp-runtime) 2023-06-26T05:31:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2023-06-26T07:43:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)