From af4cc68365aa14d27b72d7d2bd63722684d8ad9d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 8 Mar 2023 00:38:00 +0100 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 b799bd4..7f1f725 100644 --- a/notes.md +++ b/notes.md @@ -271,3 +271,4 @@ 2023-01-29T04:20:00 - Implementing approach from a new paper read last night (prophet) 2023-02-28T06:32:00 - Implementing approach from a new paper read last night (prophet) 2023-03-08T19:33:00 - Minor doc updates: linking to article on quantization (prophet) +2023-03-08T00:38:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)