[Automated PR (update-readme)]: Align community Discord invite with the badge link - #1156
Open
LeoGrin wants to merge 1 commit into
Open
[Automated PR (update-readme)]: Align community Discord invite with the badge link#1156LeoGrin wants to merge 1 commit into
LeoGrin wants to merge 1 commit into
Conversation
The README exposed two different Discord invite links: the top badge (tied to guild id 1285598202732482621) uses discord.gg/BHnX2Ptf4j, while the "Join Our Community" section used discord.gg/VJRuU3bSxt. Point both at the badge's invite so new users land on the same, active server. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01WXmwCn5dKKFmTPyyHuvnot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As the automatically chosen reviewer, you are responsible for this PR.
Feel free to close or edit the PR, and either merge when ready or assign another reviewer if needed.
If the PR is not satisfactory, please edit the prompt in update-readme in the misc/claude-routines directory, or contact the routine owner Philipp Singer.
Issue
No issue — small documentation-coherence fix surfaced by the weekly README audit routine.
Motivation and Context
The README exposed two different Discord invite links, which sends new users to potentially different (and one possibly stale) servers:
https://discord.gg/BHnX2Ptf4jand is paired with the guild id1285598202732482621— the id the shields.io badge uses to render the live member count, confirming that guild is the active TabPFN Discord.https://discord.gg/VJRuU3bSxt.This change points the community-section link at the same invite the badge uses, so both references lead new users to one consistent, active server.
This was the only discrepancy found in this run. The rest of the README was verified against the codebase and is coherent: model versions (
ModelVersioninconstants.py), thecreate_default_for_version/ save-load APIs (model_loading.py), the offline download script, allTABPFN_*environment variables (settings.py), CPU sample limits (5000 for TabPFN-3 / 1000 for older,inference_config.py), platform cache paths, HuggingFace checkpoint filenames, and the Apple Silicon / MPS flash-attention note all match the code.Public API Changes
How Has This Been Tested?
Documentation-only change (a single Markdown link). No code paths are affected.
Checklist
changelog/README.md), or "no changelog needed" label requested. — documentation-only, no changelog needed🤖 Generated with Claude Code
https://claude.ai/code/session_01WXmwCn5dKKFmTPyyHuvnot
Generated by Claude Code