From 89210c26ab3b0e3520b5e6644c403cb12e7c8afe Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 29 Sep 2024 01:49:00 +0200 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 40ea590c31c..8b850989bbb 100644 --- a/notes.md +++ b/notes.md @@ -374,3 +374,4 @@ 2024-09-20T18:01:00 - Quick fix, referencing a known issue from the official repo (pytorch) 2024-09-29T02:56:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-09-29T07:14:00 - Late-night bugfix on financial RL environment (pytorch) +2024-09-29T01:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)