From 9a6800d83abe9a6789a8f6b9c8b0dfdec070698c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 16 Sep 2024 23:08: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 bcd64d64a2..d36c0b8c4d 100644 --- a/notes.md +++ b/notes.md @@ -317,3 +317,4 @@ 2024-08-14T05:48:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2024-08-17T03:31:00 - Refactor for clarity, might break a few tests though (onnxruntime) 2024-09-16T01:12:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2024-09-16T23:08:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)