From 3d0c79aba4e1a712483a647da28095c69ded4645 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Wed, 26 Feb 2020 19:15:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (transformers) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 3717e887a..113137dc7 100644 --- a/notes.md +++ b/notes.md @@ -151,3 +151,4 @@ 2020-02-10T20:49:00 - Minor doc updates: linking to article on quantization (transformers) 2020-02-10T06:11:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (transformers) 2020-02-10T00:27:00 - Implementing approach from a new paper read last night (transformers) +2020-02-26T19:15:00 - Quick fix, referencing a known issue from the official repo (transformers)