chore: update token badges#723
Conversation
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
Greptile SummaryThis PR updates the README badges to reflect updated usage statistics for the DataDesigner project.
|
| Filename | Overview |
|---|---|
| README.md | Badge-only update: token count bumped to 550B, two new static shields.io badges added for context tokens and SDG jobs; URLs and color codes are consistent with existing badge style. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[README.md Badge Row] --> B[CI Badge]
A --> C[License Badge]
A --> D[Python Badge]
A --> E[NeMo Microservices Badge]
A --> F[Code Docs Badge]
A --> G["Tokens Generated\n400B → 550B"]
A --> H["Context Tokens Consumed\n2T+ NEW"]
A --> I["SDG Jobs Completed\n1M+ NEW"]
Reviews (4): Last reviewed commit: "chore: align badge plus signs" | Re-trigger Greptile
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
Code Review: PR #723 - chore: update token badgesSummaryThis PR updates the README.md badges to reflect refreshed usage/scale metrics:
Net change: +1/-1 line in FindingsMinor — Inconsistent "+" suffix on the Tokens Generated badgeThe original badge read The PR body itself describes the change as "550 billion tokens generated" without a Style nit — Long single lineAll badges are concatenated onto one Markdown line, which is already true on Code quality / correctness
Tests / CI
Security
Project conventions
VerdictApprove with optional nit. The change is trivial, low-risk, and behaves exactly as described. Only suggestion is to consider adding |
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
Signed-off-by: Johnny Greco <jogreco@nvidia.com>
📋 Summary
Updates the README badges to reflect the latest usage and scale totals. This refreshes the generated token count, adds a purple context tokens consumed badge, adds an SDG Jobs Completed badge, and keeps the
+qualifier attached to each count.🔗 Related Issue
N/A
🔄 Changes
🧪 Testing
git diff --checkpasses✅ Checklist