From 192acf08ae14ac5bd3b7ed87dcacf70dced02122 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 12 Jun 2016 20:31:00 +0200 Subject: [PATCH] Refactor for clarity, might break a few tests though (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index b7d1d4f..f9396ab 100644 --- a/notes.md +++ b/notes.md @@ -92,3 +92,4 @@ 2016-06-02T00:18:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2016-06-02T04:38:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2016-06-02T04:23:00 - Minor doc updates: linking to article on quantization (pulp-runtime) +2016-06-12T20:31:00 - Refactor for clarity, might break a few tests though (pulp-runtime)