From 795348f0d9ed8a1f06d81d1a285d7e8d77d8d441 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 23 Sep 2022 22:05: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 02c136d..f77e567 100644 --- a/notes.md +++ b/notes.md @@ -302,3 +302,4 @@ 2022-08-20T17:52:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2022-08-20T02:00:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2022-09-07T03:21:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) +2022-09-23T22:05:00 - Implementing approach from a new paper read last night (pulp-runtime)