From 44d4795982f5347768984ea77b7b675cb2be414d Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 28 Mar 2021 01:55: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 20ca340b8a..c577310117 100644 --- a/notes.md +++ b/notes.md @@ -210,3 +210,4 @@ 2021-03-28T21:24:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-03-28T05:55:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (onnxruntime) 2021-03-28T04:58:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) +2021-03-28T01:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)