From 309a94c18d4772f474f1e42af05cb1ff0cd5c8f9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 30 Dec 2024 20:00: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 0d267202c9..a9965e0931 100644 --- a/notes.md +++ b/notes.md @@ -329,3 +329,4 @@ 2024-12-26T22:27:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2024-12-30T20:34:00 - Implementing approach from a new paper read last night (onnxruntime) 2024-12-30T05:49:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2024-12-30T20:00:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)