From 186d1e7ad84142c069aeb06d0e4643dfde90859c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 4 Feb 2024 08:03: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 829ef55f1..e2abcf6d7 100644 --- a/notes.md +++ b/notes.md @@ -299,3 +299,4 @@ 2024-01-19T22:52:00 - Quick fix, referencing a known issue from the official repo (transformers) 2024-01-19T08:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2024-01-19T07:18:00 - Late-night bugfix on financial RL environment (transformers) +2024-02-04T08:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)