From 5d2e257d4d0b1a90232921cf5899566835f1b87e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 1 Aug 2022 05:32:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e33502a..f317715 100644 --- a/notes.md +++ b/notes.md @@ -257,3 +257,4 @@ 2022-06-07T03:56:00 - Implementing approach from a new paper read last night (prophet) 2022-06-07T01:30:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2022-06-07T00:04:00 - Quick fix, referencing a known issue from the official repo (prophet) +2022-08-01T05:32:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)