From 616146200b2e8d3eecf00fa3dbb6e9b9a9c140d3 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Sun, 13 Feb 2022 06:02:00 +0100 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 159f19f..5525080 100644 --- a/notes.md +++ b/notes.md @@ -295,3 +295,4 @@ 2022-01-22T21:58:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime) 2022-01-28T01:55:00 - Minor doc updates: linking to article on quantization (pulp-runtime) 2022-01-28T02:08:00 - Refactor for clarity, might break a few tests though (pulp-runtime) +2022-02-13T06:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pulp-runtime)