From 9d664542e19f8cd8cafbfc0c1d6086eea182126c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 29 Nov 2024 22:54:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e8511c147..047006231 100644 --- a/notes.md +++ b/notes.md @@ -328,3 +328,4 @@ 2024-11-11T02:31:00 - Late-night bugfix on financial RL environment (transformers) 2024-11-11T04:45:00 - Late-night bugfix on financial RL environment (transformers) 2024-11-11T23:00:00 - Quick fix, referencing a known issue from the official repo (transformers) +2024-11-29T22:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)