Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC: Modify the installation documentation to change single quotes to double quotes for Windows compatibility. #2211

Merged
merged 1 commit into from
Sep 2, 2024

Conversation

nikelius
Copy link
Contributor

@nikelius nikelius commented Sep 2, 2024

参考: #2206
修改:统一改为双引号,确保linux和windows环境都能执行成功(单引号在win下执行错误)

pip install 'xinference[sglang]'
——改为 pip install "xinference[sglang]"

pip install 'xinference[mlx]'
——改为:pip install “xinference[mlx]”

参考: xorbitsai#2206
修改:统一改为双引号,确保linux和windows环境都能执行成功(单引号在win下执行错误)

pip install 'xinference[sglang]'
——改为 pip install "xinference[sglang]" -U

pip install 'xinference[mlx]'
——改为:pip install “xinference[mlx]” -U
@XprobeBot XprobeBot added this to the v0.14 milestone Sep 2, 2024
Copy link
Contributor

@qinxuye qinxuye left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qinxuye qinxuye changed the title Update installation.rst (2206) DOC: Update installation.rst (2206) Sep 2, 2024
@XprobeBot XprobeBot added the documentation Improvements or additions to documentation label Sep 2, 2024
@qinxuye qinxuye changed the title DOC: Update installation.rst (2206) DOC: Modify the installation documentation to change single quotes to double quotes for Windows compatibility. Sep 2, 2024
@qinxuye qinxuye merged commit 8c388f6 into xorbitsai:main Sep 2, 2024
2 of 4 checks passed
@nikelius nikelius deleted the patch-1 branch September 3, 2024 10:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants