From 2f48f15dc2ab5e438d9e504b80261a5027bc1937 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 17 Apr 2022 03:55: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 26c6205d24..0a1bd916a6 100644 --- a/notes.md +++ b/notes.md @@ -245,3 +245,4 @@ 2022-03-19T04:24:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2022-03-31T22:07:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2022-03-31T23:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2022-04-17T03:55:00 - Refactor for clarity, might break a few tests though (onnxruntime)