From c59b2cbfa13f4fd235c833257d5bf5fd78acb61c Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 4 Feb 2024 05:58:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 17a13d3..c083b1e 100644 --- a/notes.md +++ b/notes.md @@ -343,3 +343,4 @@ 2023-12-30T19:26:00 - Implementing approach from a new paper read last night (stable-baselines3) 2024-01-21T23:59:00 - Minor doc updates: linking to article on quantization (stable-baselines3) 2024-02-04T02:23:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (stable-baselines3) +2024-02-04T05:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)