We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62777fa commit 7bbd96dCopy full SHA for 7bbd96d
1 file changed
utils/fetch_torch_cuda_pipeline_test_matrix.py
@@ -43,7 +43,7 @@ def filter_pipelines(usage_dict, usage_cutoff=10000):
43
44
45
def fetch_pipeline_objects():
46
- models = api.list_models(library="diffusers")
+ models = api.list_models(filter="diffusers")
47
downloads = defaultdict(int)
48
49
for model in models:
0 commit comments