From fc7cd391407150d846fb88da188503347c852642 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 15 May 2021 06:58:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 6229747..2386d5a 100644 --- a/notes.md +++ b/notes.md @@ -242,3 +242,4 @@ 2021-05-15T08:38:00 - Refactor for clarity, might break a few tests though (prophet) 2021-05-15T22:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) 2021-05-15T01:39:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2021-05-15T06:58:00 - Minor doc updates: linking to article on quantization (prophet)