From bd435ca3118fa0a7c43e1abfaef2f0f6dccb1806 Mon Sep 17 00:00:00 2001 From: Raven Scott Date: Mon, 12 Jun 2023 18:45:39 +0200 Subject: [PATCH] default to disk cache --- default.env | 2 ++ default.gpu.env | 2 ++ 2 files changed, 4 insertions(+) diff --git a/default.env b/default.env index 4b0b6dc..09ea689 100644 --- a/default.env +++ b/default.env @@ -34,6 +34,8 @@ DATA_DIR = /home/USERNAME/weights # Cache will use ~1.4 GB or MORE of RAM. ONLY ENABLE IF YOUR SYSTEM CAN HANDLE THIS. CACHE = 1 +CACHE_TYPE = "disk" + # Set number of threads to use, currently, a standard thread will utilize 1 whole core # I usually will set this between all cores I physcally have OR 2 cores less to allow for other processes. N_THREADS = 4 diff --git a/default.gpu.env b/default.gpu.env index 8ddd571..781aa31 100644 --- a/default.gpu.env +++ b/default.gpu.env @@ -34,6 +34,8 @@ DATA_DIR = /home/USERNAME/weights # Cache will use ~1.4 GB or MORE of RAM. ONLY ENABLE IF YOUR SYSTEM CAN HANDLE THIS. CACHE = 1 +CACHE_TYPE = "disk" + # Set number of threads to use, currently, a standard thread will utilize 1 whole core # I usually will set this between all cores I physcally have OR 2 cores less to allow for other processes. N_THREADS = 4