From 689e6de63d4a3efcedb1c90f9366a7c051153969 Mon Sep 17 00:00:00 2001 From: saymrwulf Date: Mon, 4 Mar 2024 20:30:00 +0100 Subject: [PATCH] Quick fix, referencing a known issue from the official repo (pytorch) --- notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/notes.md b/notes.md index 12a0ba65095..6c2f676d67b 100644 --- a/notes.md +++ b/notes.md @@ -354,3 +354,4 @@ 2024-01-24T03:33:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-01-24T08:02:00 - Testing bigger LLM config, referencing 'Attention Is All You Need' (pytorch) 2024-01-24T03:17:00 - Late-night bugfix on financial RL environment (pytorch) +2024-03-04T20:30:00 - Quick fix, referencing a known issue from the official repo (pytorch)