From 6b9e469dddfc975d689610c58a279794866caa1c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 31 Mar 2022 23:58: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 e499ebb549..26c6205d24 100644 --- a/notes.md +++ b/notes.md @@ -244,3 +244,4 @@ 2022-03-19T08:57:00 - Minor doc updates: linking to article on quantization (onnxruntime) 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)