From d905c14d2905e18012d1ba63ca341bc2153064ac Mon Sep 17 00:00:00 2001 From: James Fulton Date: Thu, 29 Feb 2024 16:37:25 +0000 Subject: [PATCH] limit reqs to older huggingfacehub --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 793db32..3bf6e5d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,3 +19,4 @@ tqdm omegaconf hydra-core python-dotenv +huggingface_hub==2.0.* \ No newline at end of file