docs: Windows 11 native install walkthrough (toolchain, Smart App Control, CUDA DLL, failure index)#329
Merged
JustVugg merged 1 commit intoJul 17, 2026
Conversation
|
Could you or some other contributor possibly work on an installable binary? |
woolcoxm
added a commit
to woolcoxm/colibri
that referenced
this pull request
Jul 17, 2026
… on Windows) dev tracks both docs/WINDOWS.md (JustVugg#329 walkthrough, 100 lines, canonical) and docs/windows.md (older 90-line version). On case-insensitive Windows FS these collide to a single on-disk file, leaving the index perpetually dirty and blocking any rebase/checkout from Windows. JustVugg#329's WINDOWS.md is the newer, PR-merged doc — keep it, drop the stale duplicate.
JustVugg
added a commit
that referenced
this pull request
Jul 17, 2026
docs/WINDOWS.md (the #329 install walkthrough) and docs/windows.md (the concise reference from the README restructure) differ only in case. On case-insensitive filesystems — every default Windows and macOS checkout — the two paths collide: the working tree can never be clean, and `git rebase`/`git status` refuse to run. @KingIcyCreamProjects reported it. Everything links to the lowercase docs/windows.md (README.md, README.zh-TW.md, docs/cuda.md), so that is the canonical name. This keeps it and folds in both contents: the step-by-step walkthrough (download-first, Smart App Control, CUDA DLL, first run, reference numbers, failure index) followed by the build-flags reference (AVX-VNNI, warmup). docs/WINDOWS.md is removed. No links change. Co-Authored-By: Claude Opus 4.8 <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.
A complete, reproducible Windows 11 native path from bare machine to GLM-5.2 tokens with the GPU tier - every step and failure mode hit and verified on the #306 box (285K / RTX 5080 / 128GB). Includes the Smart App Control section discussed in #306 ('on the list for the Windows docs') and a quick failure index. Should close #198 - the walkthrough covers each stumbling point reported there. Happy to fold any part into README.md instead if a separate docs page isn't the preferred shape.