Update model card logo URL - #937
Conversation
|
This pull request is currently a draft. Reviews will not take place until the PR is marked as ready for review. |
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe generated model card's header logo image source was changed from a GitHub-hosted SVG asset to a meshllm.cloud-hosted PNG asset. The corresponding test assertion in script.rs was updated to verify the new logo URL instead of the old one. ChangesModel Card Logo Update
Estimated code review effort: 1 (Trivial) | ~3 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Why
Generated layer-package model cards still referenced the GitHub raw SVG logo. The generator should use
https://meshllm.cloud/assets/images/jelly-logo-wordmark.pnginstead.Validation
cargo test -p model-package embedded_script_writes_rich_model_cardcargo fmt --all --checkcargo check -p model-packagecargo clippy -p model-package --all-targets -- -D warningsSummary by CodeRabbit