Skip to content

Commit 92931b2

Browse files
committed
update.
1 parent 4547647 commit 92931b2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

entrypoint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def main():
712712

713713
try:
714714
report = inspector.build_report(repo_id)
715-
inspector.save_outputs(report, md_path=Path(args.output_md), json_path=Path(args.output_json))
715+
inspector.save_outputs(report, md_path=Path(args.output_md))
716716

717717
# if running in GH Actions, set outputs
718718
if os.getenv("GITHUB_ACTIONS") and os.getenv("GITHUB_OUTPUT"):

model_inspection_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 🤗 Model Inspector Report
22
**Repository:** `moonshotai/Kimi-K2-Instruct-0905`
3-
**Generated:** 2025-09-18 17:59:15 UTC
3+
**Generated:** 2025-09-18 18:22:58 UTC
44

55
## 📊 Repository Stats
66
- **Author:** moonshotai

0 commit comments

Comments
 (0)