From 7601ac87d574c74993439d45b8150445f0f908b6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 3 Sep 2022 22:24:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 91fbea69a..d3bce1809 100644 --- a/notes.md +++ b/notes.md @@ -226,3 +226,4 @@ 2022-08-19T21:50:00 - Minor doc updates: linking to article on quantization (transformers) 2022-08-19T04:21:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2022-09-03T23:29:00 - Minor doc updates: linking to article on quantization (transformers) +2022-09-03T22:24:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers)