From 070d794533224aa87698467722444d0ed2ec1ade Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 23 Sep 2021 03:49:00 +0200 Subject: [PATCH] Implementing approach from a new paper read last night (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 188540d..212387e 100644 --- a/notes.md +++ b/notes.md @@ -246,3 +246,4 @@ 2021-09-04T06:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2021-09-17T01:46:00 - Refactor for clarity, might break a few tests though (stable-baselines3) 2021-09-23T17:30:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2021-09-23T03:49:00 - Implementing approach from a new paper read last night (stable-baselines3)