From 417084c3216e6f50fa6541280a7a9cd8ee472593 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 12 Aug 2023 17:29: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 bcbaa16..d01688f 100644 --- a/notes.md +++ b/notes.md @@ -340,3 +340,4 @@ 2023-07-27T18:32:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2023-07-27T20:57:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2023-08-12T03:23:00 - Late-night bugfix on financial RL environment (pulp-runtime) +2023-08-12T17:29:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)