From 87ec1a332dca28aa675ddad4d4057ca83a597018 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 28 Jan 2021 03:13: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 d0c2f03..e12748c 100644 --- a/notes.md +++ b/notes.md @@ -224,3 +224,4 @@ 2021-01-19T06:37:00 - Implementing approach from a new paper read last night (prophet) 2021-01-19T19:44:00 - Quick fix, referencing a known issue from the official repo (prophet) 2021-01-19T04:37:00 - Minor doc updates: linking to article on quantization (prophet) +2021-01-28T03:13:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)