From 00826c9c205adf3c3a3083526bb6cf227d3d2ab9 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 28 Jun 2021 05:51: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 39563a3..278bada 100644 --- a/notes.md +++ b/notes.md @@ -245,3 +245,4 @@ 2021-05-15T06:58:00 - Minor doc updates: linking to article on quantization (prophet) 2021-06-02T08:18:00 - Refactor for clarity, might break a few tests though (prophet) 2021-06-28T08:02:00 - Minor doc updates: linking to article on quantization (prophet) +2021-06-28T05:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet)