From f58a7e2478f312f014e31581db93ddd5a17154a7 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Fri, 18 Oct 2024 04:33:00 +0200 Subject: [PATCH] Minor doc updates: linking to article on quantization (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 993657a339..dc7f5e79a6 100644 --- a/notes.md +++ b/notes.md @@ -320,3 +320,4 @@ 2024-09-16T23:08:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 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)