From 6af7e3ba3d35eae1a88d5d936b32795b5bf0d45d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 14 Jul 2024 02:20: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 8c4910f..fdfd363 100644 --- a/notes.md +++ b/notes.md @@ -370,3 +370,4 @@ 2024-04-30T19:21:00 - Refactor for clarity, might break a few tests though (pulp-runtime) 2024-04-30T20:27:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2024-04-30T06:48:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) +2024-07-14T02:20:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)