From 010b17ba48e2a5007eb2eb133780026ce56058bf Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 7 Sep 2022 03:21: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 ca4f5dc..02c136d 100644 --- a/notes.md +++ b/notes.md @@ -301,3 +301,4 @@ 2022-07-16T03:01:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2022-08-20T17:52:00 - Late-night bugfix on financial RL environment (pulp-runtime) 2022-08-20T02:00:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2022-09-07T03:21:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)