Skip to content

Commit fe562b5

Browse files
committed
GitHub CI: Large models (0.21, 0.22) excluded
1 parent c63bd8e commit fe562b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/download_all_packages.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ def main():
238238
# Logic to append to your existing exclusion list
239239
# Assuming your current exclusion list is called 'exclude'
240240
for model in large_models:
241-
if model not in exclude:
242-
exclude.append(model)
241+
if model not in exclude_list:
242+
exclude_list.append(model)
243243

244244

245245

0 commit comments

Comments
 (0)