From 8db690bcfef700d1ad2c2f2395490a0a5b693d44 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Thu, 23 Sep 2021 17:30: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 00aa7a5..188540d 100644 --- a/notes.md +++ b/notes.md @@ -245,3 +245,4 @@ 2021-09-04T23:09:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 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)