From c0bca6799151ede1fac059a08c7028549a70dbbd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 27 Jul 2023 02:01: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 7464433..9469c38 100644 --- a/notes.md +++ b/notes.md @@ -335,3 +335,4 @@ 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) 2023-06-26T21:01:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2023-07-27T02:01:00 - Implementing approach from a new paper read last night (pulp-runtime)