From 734cb6cd6c56d1caa3c4bed71b04321c1470495e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 21 Mar 2024 18:55:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 36c12c76ba..77be5e12ee 100644 --- a/notes.md +++ b/notes.md @@ -299,3 +299,4 @@ 2024-03-06T22:56:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2024-03-06T17:59:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2024-03-21T07:40:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2024-03-21T18:55:00 - Refactor for clarity, might break a few tests though (onnxruntime)