From ee578735252e9f48f1c91b1c2f5a74bace67c053 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 19 Feb 2024 04:01:00 +0100 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 22e3dd9..be9cc9d 100644 --- a/notes.md +++ b/notes.md @@ -353,3 +353,4 @@ 2024-01-18T04:51:00 - Implementing approach from a new paper read last night (pulp-runtime) 2024-01-18T23:06:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2024-02-19T22:54:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2024-02-19T04:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)