From 39a50cb20c5ffad1540bb7b5b25f5dfaec7c5b9e Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 3 Jan 2024 20:22:00 +0100 Subject: [PATCH] Minor doc updates: linking to article on quantization (cryptography) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 8827c1ea0..e0cedfba1 100644 --- a/notes.md +++ b/notes.md @@ -271,3 +271,4 @@ 2023-12-15T18:37:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (cryptography) 2024-01-03T23:38:00 - Quick fix, referencing a known issue from the official repo (cryptography) 2024-01-03T18:11:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (cryptography) +2024-01-03T20:22:00 - Minor doc updates: linking to article on quantization (cryptography)