From e16cbbc1a9ac9bd3b50ebbd81576fe50c59e4b00 Mon Sep 17 00:00:00 2001 From: Cunliang Kong Date: Sun, 15 Mar 2026 14:19:14 +0800 Subject: [PATCH] config shared dvc-cache --- .dvc/config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.dvc/config b/.dvc/config index c7e09ba..2a3f20c 100644 --- a/.dvc/config +++ b/.dvc/config @@ -1,4 +1,8 @@ [core] remote = myremote +[cache] + dir = /mnt/fast/dvc-cache + shared = group + type = symlink ['remote "myremote"'] url = /mnt/safe/dvc-remote