Skip to content

docs: fix stale provider count and missing huggingface - #3

Open
BryanZaneee wants to merge 1 commit into
mainfrom
fix/provider-count-copy
Open

docs: fix stale provider count and missing huggingface#3
BryanZaneee wants to merge 1 commit into
mainfrom
fix/provider-count-copy

Conversation

@BryanZaneee

Copy link
Copy Markdown
Owner

Context

The README and the marketing site both claimed llmbench knows "twenty
providers" by name, and the site's provider chip list was missing
huggingface. Both copies had drifted from src/llmbench/config.py.

Description

Counted the keys in PROVIDERS in src/llmbench/config.py directly:
24 entries, including huggingface (used only to raise the leaderboard
rate limit, not a model provider). Updated the two prose mentions of
the count and added huggingface wherever the other providers are
enumerated.

Changes in the codebase

  • README.md: "Twenty providers" → "Twenty-four providers"; added an
    Other row to the provider table for huggingface.
  • web/index.html: "Twenty providers" → "Twenty-four providers";
    added a huggingface chip to the provider chip list.

Changes outside the codebase

None.

Additional information

Verified with .venv/bin/pytest -q (45 passed) and
.venv/bin/ruff check . (all checks passed).

Checklist

  • Lint/typecheck/tests pass locally
  • N/A — copy-only change, no behavior to test
  • N/A — no new env vars
  • N/A — no incomplete functionality
  • Self-reviewed the diff

PROVIDERS in src/llmbench/config.py has 24 keys, not 20, and the
huggingface entry (raises the leaderboard rate limit) was missing
from both the README table and the site's provider chip list. Bring
both copies in line with the actual dict.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant