From e35945cbcb3bb3d844b6eaef502f8ca7e79d2dca Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 27 Oct 2022 17:13:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b253fe3..b833008 100644 --- a/notes.md +++ b/notes.md @@ -305,3 +305,4 @@ 2022-09-23T22:05:00 - Implementing approach from a new paper read last night (pulp-runtime) 2022-10-04T22:20:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2022-10-04T06:52:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2022-10-27T17:13:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)