From 53a811a2cb9a3b40be9a95e5b9a11f425bec70e4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 11 Sep 2022 21:50: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 6059bdf..bcf4905 100644 --- a/notes.md +++ b/notes.md @@ -283,3 +283,4 @@ 2022-08-22T22:06:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2022-08-22T22:43:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2022-08-22T20:09:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2022-09-11T21:50:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)