From 5bd88ab53d652f0b182e2f31d324cd243761fec0 Mon Sep 17 00:00:00 2001 From: thatguy11325 <148832074+thatguy11325@users.noreply.github.com> Date: Wed, 23 Oct 2024 23:29:58 -0400 Subject: [PATCH] Make the sqlite wrapper the default --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 15a67fe..d1bf261 100644 --- a/config.yaml +++ b/config.yaml @@ -130,7 +130,7 @@ train: pool_kernel: [0] load_optimizer_state: False use_rnn: True - async_wrapper: True + async_wrapper: False sqlite_wrapper: True archive_states: True swarm: True