From 01454f6f8f374d7147f935f1e8a3693ef6dbdc05 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 24 Aug 2021 06:32: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 325fec8785..749489ef05 100644 --- a/notes.md +++ b/notes.md @@ -228,3 +228,4 @@ 2021-08-20T06:07:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2021-08-20T02:30:00 - Quick fix, referencing a known issue from the official repo (onnxruntime) 2021-08-20T01:06:00 - Implementing approach from a new paper read last night (onnxruntime) +2021-08-24T06:32:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)