From be65069ea77efd61bc4737f388630ada662dc429 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 22 Aug 2023 19:29:00 +0200 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (prophet) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 48231c4..5651e05 100644 --- a/notes.md +++ b/notes.md @@ -278,3 +278,4 @@ 2023-08-02T01:57:00 - Minor doc updates: linking to article on quantization (prophet) 2023-08-02T22:10:00 - Refactor for clarity, might break a few tests though (prophet) 2023-08-02T22:51:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (prophet) +2023-08-22T19:29:00 - Quick fix, referencing a known issue from the official repo (prophet)