add support for nunchaku-lite models and engine

Signed-off-by: Vladimir Mandic <mandic00@live.com>
This commit is contained in:
Vladimir Mandic
2026-08-04 15:30:45 +02:00
parent 9a7fa12218
commit a1df374773
11 changed files with 89 additions and 3 deletions
+1
View File
@@ -702,6 +702,7 @@ def search(repo_id: str) -> int:
"pipeline": pipeline_value,
"gated": gated_value,
"size": size_total_raw,
"size_gb": round(size_total_raw / (1024**3), 2) if isinstance(size_total_raw, int) else None,
"class": model_class,
"dit": ", ".join(main_dit_entries) if len(main_dit_entries) > 0 else None,
"dit_params": model_params_raw,