Skip to content

Commit 5cd2fa7

Browse files
committed
[CI] Update fetching pipelines for latest HF Hub Version (#13322)
update
1 parent d64e5e4 commit 5cd2fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/fetch_torch_cuda_pipeline_test_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def filter_pipelines(usage_dict, usage_cutoff=10000):
4343

4444

4545
def fetch_pipeline_objects():
46-
models = api.list_models(library="diffusers")
46+
models = api.list_models(filter="diffusers")
4747
downloads = defaultdict(int)
4848

4949
for model in models:

0 commit comments

Comments
 (0)