From 47b95ce3e90dfd682ff88b942e41c14e075d9047 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 12 Nov 2022 21:53:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e7b8d04f30f..5f3eeb35a97 100644 --- a/notes.md +++ b/notes.md @@ -313,3 +313,4 @@ 2022-08-26T05:15:00 - Refactor for clarity, might break a few tests though (pytorch) 2022-11-12T00:49:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pytorch) 2022-11-12T23:40:00 - Implementing approach from a new paper read last night (pytorch) +2022-11-12T21:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)