From 82858df04859d27857cc1eb851aaa1a7c3b21ca9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 11 Sep 2020 02:28:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index bb3094741e7..4db82c90f57 100644 --- a/notes.md +++ b/notes.md @@ -210,3 +210,4 @@ 2020-09-07T08:06:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2020-09-08T19:15:00 - Minor doc updates: linking to article on quantization (pytorch) 2020-09-11T04:42:00 - Refactor for clarity, might break a few tests though (pytorch) +2020-09-11T02:28:00 - Minor doc updates: linking to article on quantization (pytorch)