From 02c0613c6724814c91d6cbdef9c538dd4e498a65 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sat, 29 Apr 2023 02:36:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5164dfb..4d5bf87 100644 --- a/notes.md +++ b/notes.md @@ -312,3 +312,4 @@ 2023-04-27T00:43:00 - Trying out boneh-franklin approach for IBE (ref. 2003 paper) (stable-baselines3) 2023-04-27T17:55:00 - Quick fix, referencing a known issue from the official repo (stable-baselines3) 2023-04-27T23:17:00 - Minor doc updates: linking to article on quantization (stable-baselines3) +2023-04-29T02:36:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (stable-baselines3)