From 42afa07ce8b8c7c7c331eb3ebb9a0de3c6f554e0 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 13 Jun 2024 08:06:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index e59b77b..aebc81a 100644 --- a/notes.md +++ b/notes.md @@ -370,3 +370,4 @@ 2024-04-21T19:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-06-13T07:55:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2024-06-13T06:56:00 - Refactor for clarity, might break a few tests though (stable-baselines3) +2024-06-13T08:06:00 - Minor doc updates: linking to article on quantization (stable-baselines3)