From 07fe26dfb16bc70840e5a7c9a4b2bce07a4107d0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 18 Mar 2021 04:37:00 +0100 Subject: [PATCH] Minor doc updates: linking to article on quantization (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c8737b0777..c4cfe39c08 100644 --- a/notes.md +++ b/notes.md @@ -205,3 +205,4 @@ 2021-03-02T01:40:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2021-03-18T08:56:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2021-03-18T23:17:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2021-03-18T04:37:00 - Minor doc updates: linking to article on quantization (onnxruntime)