From e2663440a3138fe98b6019efbc5262a5577ec747 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 23 Aug 2024 04:59:00 +0200 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 0eee33e96..89a7f1c20 100644 --- a/notes.md +++ b/notes.md @@ -313,3 +313,4 @@ 2024-07-15T23:01:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2024-07-26T01:08:00 - Late-night bugfix on financial RL environment (transformers) 2024-07-26T21:35:00 - Minor doc updates: linking to article on quantization (transformers) +2024-08-23T04:59:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)