diff --git a/cosmos_framework/utils/checkpoint_db.py b/cosmos_framework/utils/checkpoint_db.py index 53c5bf3e..26bb5c45 100644 --- a/cosmos_framework/utils/checkpoint_db.py +++ b/cosmos_framework/utils/checkpoint_db.py @@ -150,6 +150,8 @@ def _hf_download(cmd_args: list[str]) -> str: "uvx", "--with", "click", + "--with", + "tqdm<4.70", f"hf@{HF_VERSION}", "download", "--format=json",