From a3ab5b81565405ba94a29175b2dbc8f9a243bd12 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 18 Oct 2024 00:53:00 +0200 Subject: [PATCH] Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index dc7f5e79a6..897537fb4f 100644 --- a/notes.md +++ b/notes.md @@ -321,3 +321,4 @@ 2024-09-16T21:05:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2024-10-02T23:02:00 - Experimenting with FPGA constraints (source: Trimberger 'Three Ages of FPGAs') (onnxruntime) 2024-10-18T04:33:00 - Minor doc updates: linking to article on quantization (onnxruntime) +2024-10-18T00:53:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime)