forked from vllm-project/vllm
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Documentation update for 1.19 #597
Open
PatrykWo
wants to merge
28
commits into
HabanaAI:habana_main
Choose a base branch
from
PatrykWo:doc_update
base: habana_main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
a9b9e23
Update ray_hpu_executor.py (#541)
michalkuligowski 79edcf2
fix flags setting on HPU for FP8LinearMethod
nirda7 cb1ba00
Update sh scripts (#546)
michalkuligowski 03ef71a
Update cpu-test.yml (#543)
michalkuligowski 087c304
Fix flags setting on HPU for FP8LinearMethod (#551)
nirda7 36d872d
Revert "Fix flags setting on HPU for FP8LinearMethod" (#553)
michalkuligowski e04615d
Update run-lm-eval-gsm-vllm-baseline.sh (#554)
michalkuligowski 79e37ad
1.19.0 fast-forward merge (#542)
michalkuligowski 0b5bf99
Update documentation
michalkuligowski 58be7bc
Update README_GAUDI.md
michalkuligowski b8136a3
Update gaudi-installation.rst
michalkuligowski e19bd83
Update compatibility_matrix.rst
michalkuligowski eb631ef
Update compatibility_matrix.rst
michalkuligowski 3b624ac
Update gaudi-installation.rst
michalkuligowski 5f689dd
Update compatibility_matrix.rst
michalkuligowski b2532a0
Update compatibility_matrix.rst
michalkuligowski d8b7ae0
Update Dockerfile.hpu
michalkuligowski 647c19c
Update README_GAUDI.md
michalkuligowski 3ecd3c0
Update gaudi-installation.rst
michalkuligowski 213c716
Update README_GAUDI.md
michalkuligowski d6bfbaf
Updates to the documentation
PatrykWo ae2a931
Update README_GAUDI.md v2
PatrykWo 71bc8e9
Merge branch 'HabanaAI:habana_main' into doc_update
PatrykWo b138eb9
Update README_GAUDI.md v3
PatrykWo 4f28b61
Update gaudi-installation.rst
PatrykWo 8d7fdbf
Apply suggestions from code review
bartekkuncer 86ca464
Add tag to gaudi-installation.rst
bartekkuncer 85ecb4a
Update tag
bartekkuncer File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It needs more explanation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will you add it? @piotrbocian
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Or explain what you have in mind so someone else can do it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other vendors seem to have it in the similar way as here:
https://docs.vllm.ai/en/latest/getting_started/openvino-installation.html#quick-start-using-dockerfile
https://docs.vllm.ai/en/latest/getting_started/cpu-installation.html#quick-start-using-dockerfile
https://docs.vllm.ai/en/latest/getting_started/arm-installation.html#quick-start-with-dockerfile
https://docs.vllm.ai/en/latest/getting_started/xpu-installation.html#quick-start-using-dockerfile
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see how document is structured:
2.1 Environment verification
2.2 Run Docker Image
2.3 Build and Install vLLM
Questions: