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]