From 43397f969eacfc96d704d7d216120fc87eed4923 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 7 Apr 2021 23:48:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c577310117..78cc772022 100644 --- a/notes.md +++ b/notes.md @@ -211,3 +211,4 @@ 2021-03-28T05:55:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2021-03-28T04:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-03-28T01:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2021-04-07T23:48:00 - Refactor for clarity, might break a few tests though (onnxruntime)