From 2374840a38a865f09b4ce31fc67e77d8b258f62d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 3 Jan 2024 23:38:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index ad65090a7..1b634c055 100644 --- a/notes.md +++ b/notes.md @@ -269,3 +269,4 @@ 2023-12-15T18:31:00 - Implementing approach from a new paper read last night (cryptography) 2023-12-15T01:32:00 - Implementing approach from a new paper read last night (cryptography) 2023-12-15T18:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) +2024-01-03T23:38:00 - Quick fix, referencing a known issue from the official repo (cryptography)