From 0194d4ea7575d5bf08abdaaf5e4fcbb3eab6ed23 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 7 Apr 2021 06:37: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 78cc772022..85b2e62c5e 100644 --- a/notes.md +++ b/notes.md @@ -212,3 +212,4 @@ 2021-03-28T04:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-03-28T01:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2021-04-07T23:48:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2021-04-07T06:37:00 - Minor doc updates: linking to article on quantization (onnxruntime)