From 0de41957758a1d64f0072efb75c5486e9eabda2b Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Tue, 2 Mar 2021 01:40:00 +0100 Subject: [PATCH] Refactor for clarity, might break a few tests though (onnxruntime) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 5757aeeed0..62a7935959 100644 --- a/notes.md +++ b/notes.md @@ -202,3 +202,4 @@ 2021-01-21T06:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (onnxruntime) 2021-01-21T01:38:00 - Minor doc updates: linking to article on quantization (onnxruntime) 2021-03-02T23:34:00 - Late-night bugfix on financial RL environment (onnxruntime) +2021-03-02T01:40:00 - Refactor for clarity, might break a few tests though (onnxruntime)