From efdd1c029da76fa7cddebb28adafc2b7d25c0bc2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 8 Oct 2023 08:53: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 8b65e8a..96f2c0c 100644 --- a/notes.md +++ b/notes.md @@ -291,3 +291,4 @@ 2023-09-15T23:02:00 - Minor doc updates: linking to article on quantization (prophet) 2023-10-08T07:21:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) 2023-10-08T02:17:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (prophet) +2023-10-08T08:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)