From 80f210003c0160a16bca8a154bd69530725b174e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 1 Aug 2022 21:11:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index bc3fb8a..b57c3d2 100644 --- a/notes.md +++ b/notes.md @@ -259,3 +259,4 @@ 2022-06-07T00:04:00 - Quick fix, referencing a known issue from the official repo (prophet) 2022-08-01T05:32:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2022-08-01T03:45:00 - Implementing approach from a new paper read last night (prophet) +2022-08-01T21:11:00 - Refactor for clarity, might break a few tests though (prophet)