From 3e1e064bb07e569290d4141f1bca0b35cf07c1bd Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 4 Jan 2024 04:24:00 +0100 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 2f84ce3..b14c0d8 100644 --- a/notes.md +++ b/notes.md @@ -362,3 +362,4 @@ 2024-01-03T20:56:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-01-04T05:08:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2024-01-04T22:57:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) +2024-01-04T04:24:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)