From dd20323dce67527fec0437e1f6a0636e043c59a6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 22 Jan 2020 04:06:00 +0100 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 a7879c79a0..c505a5d30a 100644 --- a/notes.md +++ b/notes.md @@ -159,3 +159,4 @@ 2019-06-10T07:04:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2019-10-06T20:48:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2019-10-06T01:10:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2020-01-22T04:06:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)