From 7e8648a12fd2f0e4e2b5ed2d9c3b664e03f83004 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 1 Jun 2020 04:01: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 d3ac70641c..05de5b5ee3 100644 --- a/notes.md +++ b/notes.md @@ -169,3 +169,4 @@ 2020-04-18T04:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2020-04-18T02:03:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2020-04-18T22:51:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2020-06-01T04:01:00 - Minor doc updates: linking to article on quantization (onnxruntime)