From 4b1bb9645ddeac346a940b362822a3ce1c2245a2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 20 Jan 2022 21:54: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 8c814c2..88cdcfe 100644 --- a/notes.md +++ b/notes.md @@ -288,3 +288,4 @@ 2021-12-04T23:04:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (pulp-runtime) 2021-12-21T18:39:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2022-01-20T08:21:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) +2022-01-20T21:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)