From 49e04020144b2777c0854e4225503b60e09d2520 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 15 Dec 2024 04:59: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 4d11c0c..201ec40 100644 --- a/notes.md +++ b/notes.md @@ -386,3 +386,4 @@ 2024-11-09T20:51:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2024-11-09T04:54:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2024-12-15T18:25:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) +2024-12-15T04:59:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)