From dda4facd6deacd356a72b22cb4954ae456479d86 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 2 Oct 2023 19:36:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 0afb371f2cd..deb5234aeb7 100644 --- a/notes.md +++ b/notes.md @@ -340,3 +340,4 @@ 2023-07-30T00:04:00 - Minor doc updates: linking to article on quantization (pytorch) 2023-10-02T07:42:00 - Late-night bugfix on financial RL environment (pytorch) 2023-10-02T19:59:00 - Refactor for clarity, might break a few tests though (pytorch) +2023-10-02T19:36:00 - Minor doc updates: linking to article on quantization (pytorch)