From f71edd5fa6c4e0c50d7929fa3dc903c85800557d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 22 Aug 2021 07:59:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 37feec943..f019d3bd4 100644 --- a/notes.md +++ b/notes.md @@ -190,3 +190,4 @@ 2021-08-22T19:52:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2021-08-22T04:02:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (transformers) 2021-08-22T18:10:00 - Minor doc updates: linking to article on quantization (transformers) +2021-08-22T07:59:00 - Refactor for clarity, might break a few tests though (transformers)