From 53f79b1e2f8d0df3e67e51dfccab393d769399d0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 17 Aug 2018 03:14: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 b6e521a..3ba430c 100644 --- a/notes.md +++ b/notes.md @@ -161,3 +161,4 @@ 2018-07-17T00:18:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) 2018-07-17T17:11:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2018-08-03T21:39:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2018-08-17T03:14:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)