From 3184bb70cb2112a6ed46f578bef8777210aca1a3 Mon Sep 17 00:00:00 2001 From: Nicholas Broad Date: Tue, 17 Sep 2024 10:03:52 -0700 Subject: [PATCH] bump hf hub to 0.25.0 a customer wants to use lora adapters with revision syntax which is only possible in the latest hf hub client. e.g. Name/model-name@revision @Narsil --- server/requirements_cuda.txt | 2 +- server/requirements_intel.txt | 2 +- server/requirements_rocm.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/server/requirements_cuda.txt b/server/requirements_cuda.txt index eb521bd6..21852307 100644 --- a/server/requirements_cuda.txt +++ b/server/requirements_cuda.txt @@ -12,7 +12,7 @@ grpcio-reflection==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio-status==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio==1.65.1 ; python_version >= "3.9" and python_version < "3.13" hf-transfer==0.1.8 ; python_version >= "3.9" and python_version < "3.13" -huggingface-hub==0.23.5 ; python_version >= "3.9" and python_version < "3.13" +huggingface-hub==0.25.0 ; python_version >= "3.9" and python_version < "3.13" idna==3.7 ; python_version >= "3.9" and python_version < "3.13" importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.13" loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13" diff --git a/server/requirements_intel.txt b/server/requirements_intel.txt index eb521bd6..21852307 100644 --- a/server/requirements_intel.txt +++ b/server/requirements_intel.txt @@ -12,7 +12,7 @@ grpcio-reflection==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio-status==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio==1.65.1 ; python_version >= "3.9" and python_version < "3.13" hf-transfer==0.1.8 ; python_version >= "3.9" and python_version < "3.13" -huggingface-hub==0.23.5 ; python_version >= "3.9" and python_version < "3.13" +huggingface-hub==0.25.0 ; python_version >= "3.9" and python_version < "3.13" idna==3.7 ; python_version >= "3.9" and python_version < "3.13" importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.13" loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13" diff --git a/server/requirements_rocm.txt b/server/requirements_rocm.txt index eb521bd6..21852307 100644 --- a/server/requirements_rocm.txt +++ b/server/requirements_rocm.txt @@ -12,7 +12,7 @@ grpcio-reflection==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio-status==1.62.2 ; python_version >= "3.9" and python_version < "3.13" grpcio==1.65.1 ; python_version >= "3.9" and python_version < "3.13" hf-transfer==0.1.8 ; python_version >= "3.9" and python_version < "3.13" -huggingface-hub==0.23.5 ; python_version >= "3.9" and python_version < "3.13" +huggingface-hub==0.25.0 ; python_version >= "3.9" and python_version < "3.13" idna==3.7 ; python_version >= "3.9" and python_version < "3.13" importlib-metadata==7.1.0 ; python_version >= "3.9" and python_version < "3.13" loguru==0.6.0 ; python_version >= "3.9" and python_version < "3.13"