From 8f8c692bf1fdd931b61b39ccfdf8cfd9c72fb678 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 17 Sep 2022 21:54:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index d189c6d476..aa12d1e43c 100644 --- a/notes.md +++ b/notes.md @@ -248,3 +248,4 @@ 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) +2022-09-17T21:54:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)