docs: reference published ColorCode-1-Fast model; use SafeTensors inference path#93
Merged
Merged
Conversation
…erence path Add nvidia/Ising-Decoder-ColorCode-1-Fast to the published pre-trained models in the README (badge + models list) and document loading it via the color-code path. Also correct the surface inference instructions: the published checkpoints are distributed as fp16 .safetensors (not .pt), so load them with PREDECODER_SAFETENSORS_CHECKPOINT (which reads model_id and precision from file metadata) and reference the actual published filenames. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
bmhowe23
approved these changes
Jul 22, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Add
nvidia/Ising-Decoder-ColorCode-1-Fastto the published pre-trained models in the README (badge + models list) and document running it through the color-code inference path (code: color+PREDECODER_SAFETENSORS_CHECKPOINT).Also correct the surface inference instructions: the published checkpoints are distributed as fp16
.safetensorsfiles, so the README now loads them withPREDECODER_SAFETENSORS_CHECKPOINT(which readsmodel_idand precision from file metadata) and references the actual published filenames instead of the previousmodels/*.ptnames.Out of scope (follow-ups): the troubleshooting and offline-decoding sections still reference the
.ptdownload flow (PREDECODER_MODEL_CHECKPOINT_FILE,models/Ising-Decoder-SurfaceCode-1-Fast.pt), as doescode/scripts/offline_smoketest.sh; aligning those with the published SafeTensors files is a separate change.🤖 Generated with Claude Code