From 92cd28dc464007e9132a9ace153baef3ba2dc5f4 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 31 Mar 2022 22:07:00 +0200 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 84da702c93..e499ebb549 100644 --- a/notes.md +++ b/notes.md @@ -243,3 +243,4 @@ 2022-03-19T04:04:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2022-03-19T08:57:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2022-03-19T04:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2022-03-31T22:07:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)