From 7a35eeee037fd2f2def83a7564635dfdba9dd0b3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 22 Jun 2021 22:16:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (litex-boards) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 39459b36..e7177449 100644 --- a/notes.md +++ b/notes.md @@ -223,3 +223,4 @@ 2021-05-01T22:36:00 - Quick fix, referencing a known issue from the official repo (litex-boards) 2021-05-01T06:10:00 - Refactor for clarity, might break a few tests though (litex-boards) 2021-06-22T05:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (litex-boards) +2021-06-22T22:16:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (litex-boards)