From 97a7aefc26b1cf4f04a80d33e27c946d6e414b4e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 27 Apr 2023 23:17: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 f1cc67d..5164dfb 100644 --- a/notes.md +++ b/notes.md @@ -311,3 +311,4 @@ 2023-04-27T03:31:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) 2023-04-27T00:43:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-04-27T17:55:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) +2023-04-27T23:17:00 - Minor doc updates: linking to article on quantization (stable-baselines3)