From 55c9dd8e47e2c2bc2bb9ccc0fa3a51f6630918d6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 8 Apr 2021 06:53:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index c021afa883..a8211b540f 100644 --- a/notes.md +++ b/notes.md @@ -216,3 +216,4 @@ 2021-04-07T08:35:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2021-04-08T21:50:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2021-04-08T19:47:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) +2021-04-08T06:53:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)