From 0962bb8dfeec41af109bbdf6455f43e9a5471387 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 23 Nov 2024 23:51:00 +0100 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 6055145f8fa..db4f6e0029a 100644 --- a/notes.md +++ b/notes.md @@ -381,3 +381,4 @@ 2024-11-14T22:28:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-11-14T04:25:00 - Implementing approach from a new paper read last night (pytorch) 2024-11-14T19:10:00 - Implementing approach from a new paper read last night (pytorch) +2024-11-23T23:51:00 - Minor doc updates: linking to article on quantization (pytorch)