From 3415414789e70ab0fc6c0a62e31b8677c6ea5248 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 5 Oct 2023 21:16:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d55a5b520..acbcc9c4f 100644 --- a/notes.md +++ b/notes.md @@ -255,3 +255,4 @@ 2023-07-14T18:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2023-10-05T07:38:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) 2023-10-05T21:19:00 - Quick fix, referencing a known issue from the official repo (cryptography) +2023-10-05T21:16:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography)