From 9c0fd892ab432be288497dbe0bfbae356215dc3e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 14 Nov 2024 04:25:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e7a21e03a33..29108337ce5 100644 --- a/notes.md +++ b/notes.md @@ -379,3 +379,4 @@ 2024-10-27T18:58:00 - Implementing approach from a new paper read last night (pytorch) 2024-11-14T20:01:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pytorch) 2024-11-14T22:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) +2024-11-14T04:25:00 - Implementing approach from a new paper read last night (pytorch)