From 48a90c0ca56780fde503a16cfd367c04ea9d65dd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 2 Sep 2023 20:24:00 +0200 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 5e7ec734ac..da2a9b2aab 100644 --- a/notes.md +++ b/notes.md @@ -266,3 +266,4 @@ 2023-05-04T20:31:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2023-05-04T05:55:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2023-09-02T00:59:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2023-09-02T20:24:00 - Minor doc updates: linking to article on quantization (onnxruntime)