From ff2f78c3e83c2104edca826a9af78445e47afee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Sch=C3=A4fer?= Date: Wed, 9 Sep 2026 14:31:06 -0700 Subject: [PATCH] Move Git LFS hosting to Hugging Face (#38824) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Move LFS asset transfers to xet-core * Limit migration to Git LFS hosting on Hugging Face --------- Co-authored-by: Harald Schäfer <6804392+haraschax@users.noreply.github.com> --- .lfsconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.lfsconfig b/.lfsconfig index 42dfa2d944..784a2d8705 100644 --- a/.lfsconfig +++ b/.lfsconfig @@ -1,4 +1,4 @@ [lfs] - url = https://gitlab.com/commaai/openpilot-lfs.git/info/lfs - pushurl = ssh://git@gitlab.com/commaai/openpilot-lfs.git + url = https://huggingface.co/commaai/openpilot-lfs.git/info/lfs + pushurl = https://huggingface.co/commaai/openpilot-lfs.git/info/lfs locksverify = false