From 7bc2ae9372e15cd6cd73dd031ab4821fe21dd1e2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 9 Oct 2024 05:41:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index a88a222..0ff4437 100644 --- a/notes.md +++ b/notes.md @@ -372,3 +372,4 @@ 2024-06-13T06:56:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2024-06-13T08:06:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2024-10-09T00:27:00 - Implementing approach from a new paper read last night (stable-baselines3) +2024-10-09T05:41:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)