docs updates - #438
Merged
Merged
Conversation
Match the tighter upload cap: a key cannot land one model per lane. Also drop cloud-evaluated wording from the miner guides.
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.
Match the tighter upload cap: a key cannot land one model per lane. Also drop cloud-evaluated wording from the miner guides.
Note
Low Risk
Mostly documentation; the kings URL change is a straightforward client rename and will fail only if the API is not deployed with the new path.
Overview
Miner docs now state the tighter discriminative rule: one counted model per hotkey (any single modality), with examples showing a single
--image-model/--video-model/--audio-modelper push and extra modalities on separate hotkeys. Multi-modality “push all three at once” examples are removed fromREADME.mdanddocs/Discriminative-Mining.md.Wording drops repeated “cloud-evaluated” / “cloud infrastructure” phrasing in README, Discriminative-Mining, Incentive, and Mining; evaluation is described more neutrally (upload for evaluation, isolated sandbox, no miner-hosted inference).
Validators fetch King-of-the-Hill state from
/api/v1/validator/kingsinstead ofcurrent-kings(get_current_kingsingas/protocol/validator_requests.py, related log strings inneurons/validator/validator.py, docstring ingas/koth_weights.py). Response shape (kings, etc.) is unchanged on the client side.Reviewed by Cursor Bugbot for commit 01a99b1. Bugbot is set up for automated code reviews on this repo. Configure here.