From 215b531ead5322eaf4a74def8ccfa5914a081ede Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 24 Jan 2024 03:33: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 563829d4d74..c890dea4411 100644 --- a/notes.md +++ b/notes.md @@ -351,3 +351,4 @@ 2024-02-01T17:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-03-04T05:22:00 - Implementing approach from a new paper read last night (pytorch) 2024-03-04T21:52:00 - Refactor for clarity, might break a few tests though (pytorch) +2024-01-24T03:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch)