Fix readme windows details#789
Open
Dujus wants to merge 2 commits into
Open
Conversation
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.
本次提交为 MiniMind 的README 优化了 Windows PowerShell 环境下的安装体验。
主要改动 (Main Changes)
&&分隔符的痛点,去除分隔符,改动安装程序为3行, 使Windows 初学者分步执行,避免触发ParserError语法错误,导致找不到requirements.txt。README_EN.md加入了相应tip提示README.md中,针对方式 2 (git clone Hugging Face网站) 中中国大陆经常遇到的该网站 443 超时,补充了解决方案(使用镜像网站),确保国内初学者可以顺畅地拉取模型权重。希望该微调能够进一步降低 MiniMind 的上手门槛,帮助更多初学者(尤其是 Windows 环境下)第一步就能顺利跑通项目!感谢作者开源如此优秀的语言模型项目。