From b5d9d72849806724be1e02c8456aba92803353a9 Mon Sep 17 00:00:00 2001 From: Vinay-Umrethe Date: Thu, 4 Jun 2026 18:46:18 +0530 Subject: [PATCH] fix: handle unknown gated models --- src/heretic/reproduce.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/heretic/reproduce.py b/src/heretic/reproduce.py index 45a7a1d..820cc01 100644 --- a/src/heretic/reproduce.py +++ b/src/heretic/reproduce.py @@ -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: