Skip to content

Commit

Permalink
update exclude list to support new bundle check
Browse files Browse the repository at this point in the history
Signed-off-by: Yiheng Wang <[email protected]>
  • Loading branch information
yiheng-wang-nv committed Jan 29, 2024
1 parent 249eaa6 commit 77f8b62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/get_bundle_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from utils import get_sub_folders

# new added bundles should temporarily be added to this list, and remove until they can be downloaded successfully
EXCLUDE_LIST = ["segmentation_template", "classification_template"]
EXCLUDE_LIST = []


def main(models_path):
Expand Down

0 comments on commit 77f8b62

Please sign in to comment.