We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d078047 commit 05e1239Copy full SHA for 05e1239
ci/run_regular_tests_cpu.sh
@@ -35,7 +35,7 @@ verify_release_bundle() {
35
# get all bundles
36
download_path="download"
37
pip install git+https://github.com/Project-MONAI/MONAI.git@dev # project-monai/model-zoo issue #505
38
- pip install jsonschema gdown
+ pip install jsonschema gdown huggingface_hub==0.29.3
39
# download bundle from releases
40
python $(pwd)/ci/download_latest_bundle.py --b "$bundle" --models_path $(pwd)/models --p "$download_path"
41
# get required libraries according to the bundle's metadata file
0 commit comments