From ef952ef1fedd09e63f22e405a2d32845241d4c24 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 22 May 2024 22:17:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 4702b58c7..e9fd29e93 100644 --- a/notes.md +++ b/notes.md @@ -307,3 +307,4 @@ 2024-03-08T23:56:00 - Quick fix, referencing a known issue from the official repo (transformers) 2024-03-08T07:50:00 - Implementing approach from a new paper read last night (transformers) 2024-04-16T08:12:00 - Late-night bugfix on financial RL environment (transformers) +2024-05-22T22:17:00 - Minor doc updates: linking to article on quantization (transformers)