From a9efca9f0b0f387c99bc33fd01bf9381566c8796 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 29 Oct 2024 06:08:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 54f4e46..10f27b2 100644 --- a/notes.md +++ b/notes.md @@ -374,3 +374,4 @@ 2024-10-09T00:27:00 - Implementing approach from a new paper read last night (stable-baselines3) 2024-10-09T05:41:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-10-29T20:52:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2024-10-29T06:08:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3)