From 973c7b1b41490f5cf4e6d0ebda1f5d10883b498c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 16 Jan 2024 21:49: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 1640f307fc..76005f149d 100644 --- a/notes.md +++ b/notes.md @@ -292,3 +292,4 @@ 2024-03-05T01:25:00 - Late-night bugfix on financial RL environment (onnxruntime) 2024-03-05T17:33:00 - Implementing approach from a new paper read last night (onnxruntime) 2024-01-15T04:23:00 - Refactor for clarity, might break a few tests though (onnxruntime) +2024-01-16T21:49:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)