fix: handle unknown gated models

This commit is contained in:
Vinay-Umrethe
2026-06-04 18:46:18 +05:30
parent a1664c3479
commit b5d9d72849
+1 -1
View File
@@ -58,7 +58,7 @@ def collect_reproducibles(path: str):
if model.tags is not None and "gguf" in model.tags:
continue
if model.gated is not False:
if model.gated:
if not token:
continue
try: