From 0990bd411d4f184325c679be7c8da77731921b9f Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 6 Mar 2024 22:56:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 1a87d7b8c1..6662f381bb 100644 --- a/notes.md +++ b/notes.md @@ -296,3 +296,4 @@ 2024-01-16T04:47:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2024-01-16T22:49:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2024-03-06T00:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2024-03-06T22:56:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)