From aa67df41828c53962ec4c3a4db8e66476f3f2ef7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 10 Sep 2024 20:10:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b40dc3b56..ec109040e 100644 --- a/notes.md +++ b/notes.md @@ -294,3 +294,4 @@ 2024-05-10T22:55:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2024-05-10T08:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2024-09-10T21:00:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) +2024-09-10T20:10:00 - Refactor for clarity, might break a few tests though (cryptography)