From 62ea67037fb33f814640d8c853d0309434a750c1 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 2 Jun 2021 08:18:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 2386d5a..0efd746 100644 --- a/notes.md +++ b/notes.md @@ -243,3 +243,4 @@ 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) +2021-06-02T08:18:00 - Refactor for clarity, might break a few tests though (prophet)