From 9254f335ccb4434514af3b172859dd24d0e6bdb8 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 13 Oct 2024 06:53:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index fea8f4cd8..eb37449ca 100644 --- a/notes.md +++ b/notes.md @@ -323,3 +323,4 @@ 2024-10-01T05:12:00 - Minor doc updates: linking to article on quantization (transformers) 2024-10-13T00:22:00 - Late-night bugfix on financial RL environment (transformers) 2024-10-13T05:21:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) +2024-10-13T06:53:00 - Refactor for clarity, might break a few tests though (transformers)