From bedce8b8124f53165e613e5d5a130bcc4117c72a Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 25 Feb 2024 07:08:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 2c46d2d463..b4dd09d52e 100644 --- a/notes.md +++ b/notes.md @@ -287,3 +287,4 @@ 2024-02-11T06:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2024-02-25T03:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2024-02-25T23:47:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2024-02-25T07:08:00 - Implementing approach from a new paper read last night (onnxruntime)