Skip to content

Commit 05e1239

Browse files
add huggingface hub
Signed-off-by: Yiheng Wang <[email protected]>
1 parent d078047 commit 05e1239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_regular_tests_cpu.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ verify_release_bundle() {
3535
# get all bundles
3636
download_path="download"
3737
pip install git+https://github.com/Project-MONAI/MONAI.git@dev # project-monai/model-zoo issue #505
38-
pip install jsonschema gdown
38+
pip install jsonschema gdown huggingface_hub==0.29.3
3939
# download bundle from releases
4040
python $(pwd)/ci/download_latest_bundle.py --b "$bundle" --models_path $(pwd)/models --p "$download_path"
4141
# get required libraries according to the bundle's metadata file

0 commit comments

Comments
 (0)