-
-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
[Frontend]-config-cli-args #7737
Merged
WoosukKwon
merged 34 commits into
vllm-project:main
from
KaunilD:kaunild/frontend/config-cli-args
Aug 30, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
0d304d7
[Frontend]-config-cli-args
KaunilD f36dc39
Update vllm/scripts.py
KaunilD 2bca2fa
[Frontend]-config-cli-args
KaunilD ab570d1
[Frontend]-config-cli-args updated docs
KaunilD 7bfc6cb
[Frontend]-config-cli-args updated docs
KaunilD 1779536
Update docs/source/serving/openai_compatible_server.md
KaunilD ff93954
[Frontend]-config-cli-args integrated configargparse
a9492c4
[Frontend]-config-cli-args removed comfig.yaml
05164e0
[Frontend]-config-cli-args removed comfig.yaml
7014a4e
[Frontend]-config-cli-args renamed function signature
63413aa
[Frontend]-config-cli-args formattting
4d6f930
[Frontend]-config-cli-args added native support
0d41c4c
[Frontend]-config-cli-args added native support
8d84671
[Frontend]-config-cli-args added native support
c5af059
[Frontend]-config-cli-args added native support
f6529e3
[Frontend]-config-cli-args added native support
6e1fe11
[Frontend]-config-cli-args added tests
175a0d5
[Frontend]-config-cli-args added tests
7c06e17
[Frontend]-config-cli-args added tests
98208b3
[Frontend]-config-cli-args added tests
3d72a70
[Frontend]-config-cli-args updated tests
KaunilD 10054a4
[Frontend]-config-cli-args updated tests
KaunilD b87593b
[Frontend]-config-cli-args updated tests
KaunilD 56a7054
[Frontend]-config-cli-args thinned diff
KaunilD 2c7df07
[Frontend]-config-cli-args thinned diff
KaunilD 7b77458
Merge branch 'main' into kaunild/frontend/config-cli-args
KaunilD a5b1a3a
[Frontend]-config-cli-args updated tests
KaunilD d189970
Update vllm/utils.py
KaunilD ae178fb
Update vllm/utils.py
KaunilD 0c1b302
Update docs/source/serving/openai_compatible_server.md
KaunilD 743aee5
Merge branch 'main' into kaunild/frontend/config-cli-args
KaunilD 295f675
[Frontend]-config-cli-args
960b047
Merge branch 'kaunild/frontend/config-cli-args' of github.com:KaunilD…
b6f130d
[Frontend]-config-cli-args
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,3 +27,4 @@ soundfile # Required for audio processing | |
gguf == 0.9.1 | ||
importlib_metadata | ||
mistral_common >= 1.3.4 | ||
pyyaml |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
port: 12312 | ||
tensor_parallel_size: 2 |
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
Oops, something went wrong.
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.
Since this isn't in the standard library, we should add it to
requirements-common.txt
.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.
good catch!