From c684f6a68ddabe956ce0b324404c59bd0adecd40 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 9 Oct 2018 07:20: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 3ea21e3f0a..9cd8bbf341 100644 --- a/notes.md +++ b/notes.md @@ -130,3 +130,4 @@ 2018-08-05T02:23:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2018-08-21T03:46:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2018-09-14T03:16:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2018-10-09T07:20:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)