From 9028fde181c2280090448fa8818920930ab3e78b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 25 May 2019 01:49: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 17fa95166b..9e499098ff 100644 --- a/notes.md +++ b/notes.md @@ -153,3 +153,4 @@ 2019-05-25T17:58:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2019-05-25T00:26:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2019-05-25T20:35:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2019-05-25T01:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)