From b1619d23a51cb440f444cafac2a3a56d0c0795fd Mon Sep 17 00:00:00 2001 From: Raymond Kim Date: Mon, 21 Oct 2024 22:03:27 -0400 Subject: [PATCH] #14076: Pin huggingface-hub to 0.25.2 to fix pipelines --- tt_metal/python_env/requirements-dev.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tt_metal/python_env/requirements-dev.txt b/tt_metal/python_env/requirements-dev.txt index 5c57c68b0c03..f1761202d686 100644 --- a/tt_metal/python_env/requirements-dev.txt +++ b/tt_metal/python_env/requirements-dev.txt @@ -58,3 +58,4 @@ docopt==0.6.2 tabulate==0.9.0 blobfile==2.1.1 # Required for llama3 numpy>=1.24.4,<2 +huggingface-hub==0.25.2