From e15d073416297d9eb5a9c76242767be0d6221cde Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 1 Feb 2024 17:49:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index afd3a201386..0ae8cdb0c8d 100644 --- a/notes.md +++ b/notes.md @@ -348,3 +348,4 @@ 2024-02-01T07:18:00 - Late-night bugfix on financial RL environment (pytorch) 2024-02-01T23:24:00 - Late-night bugfix on financial RL environment (pytorch) 2024-02-01T19:39:00 - Late-night bugfix on financial RL environment (pytorch) +2024-02-01T17:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)