From 05e3e1036127f45bb6111ef068fa970016eabb33 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 30 Jan 2025 01:40:00 +0100 Subject: [PATCH] Implementing approach from a new paper read last night (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 49834bb..2101635 100644 --- a/notes.md +++ b/notes.md @@ -388,3 +388,4 @@ 2024-12-15T18:25:00 - Quick fix, referencing a known issue from the official repo (pulp-runtime) 2024-12-15T04:59:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2024-12-15T06:11:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (pulp-runtime) +2025-01-30T01:40:00 - Implementing approach from a new paper read last night (pulp-runtime)