From f77a43807002aa094e3fd7b0e90b741fbcad3240 Mon Sep 17 00:00:00 2001 From: Jonathan Rahn Date: Wed, 15 Oct 2025 07:59:31 +0200 Subject: [PATCH] Add hf-transfer dependency to pyproject.toml --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ef3833a..3650d47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ dependencies = [ "torch>=2.8.0", "uvicorn>=0.36.0", "wandb>=0.21.3", + "hf-transfer>=0.1.9", ] [build-system]