From 4265d0c001c626b6c156e289e1e5675be3e28bd2 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 19 Nov 2022 08:06:00 +0100 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 aa12d1e43c..c2f578a8ca 100644 --- a/notes.md +++ b/notes.md @@ -249,3 +249,4 @@ 2022-08-15T20:15:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2022-09-17T20:37:00 - Implementing approach from a new paper read last night (onnxruntime) 2022-09-17T21:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) +2022-11-19T08:06:00 - Quick fix, referencing a known issue from the official repo (onnxruntime)