From b0886ed95ca1ca14c586181efe0486d40f6f8427 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 17 Sep 2022 20:37:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 41e457a5a4..d189c6d476 100644 --- a/notes.md +++ b/notes.md @@ -247,3 +247,4 @@ 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) 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)