From aebbb425c911e5a3d99c789d6d6e09173dce00cf Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 25 Feb 2024 23:47: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 32616a0430..2c46d2d463 100644 --- a/notes.md +++ b/notes.md @@ -286,3 +286,4 @@ 2024-02-11T07:26:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 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)