From afd868b3b2dc5046a782ae039709daa6afe4d0b6 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 21 Jan 2021 06:33: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 b3f1dc357d..6f777ce090 100644 --- a/notes.md +++ b/notes.md @@ -199,3 +199,4 @@ 2020-11-22T17:25:00 - Implementing approach from a new paper read last night (onnxruntime) 2020-12-02T22:34:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2020-12-31T07:51:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) +2021-01-21T06:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)