-
Notifications
You must be signed in to change notification settings - Fork 66
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
fix: Ensure model
provided in vLLM inference
#820
Merged
Merged
Conversation
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
ishaansehgal99
requested review from
Fei-Guo,
helayoty and
zhuangqh
as code owners
January 12, 2025 06:59
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 06:59 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 06:59 — with
GitHub Actions
Failure
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 06:59 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 06:59 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 12, 2025 06:59 — with
GitHub Actions
Error
remember to update api spec json and docs here https://github.com/kaito-project/kaito/blob/main/docs/inference/README.md#transformers-inference-api |
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:04 — with
GitHub Actions
Failure
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:04 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:04 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:04 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 12, 2025 10:04 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 12, 2025 10:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:23 — with
GitHub Actions
Failure
ishaansehgal99
had a problem deploying
to
unit-tests
January 12, 2025 10:23 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:23 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
preset-env
January 12, 2025 10:23 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 12, 2025 10:23 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 05:51 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 05:55 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 05:55 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 05:55 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 06:01 — with
GitHub Actions
Failure
ishaansehgal99
temporarily deployed
to
unit-tests
January 14, 2025 06:01 — with
GitHub Actions
Inactive
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 06:01 — with
GitHub Actions
Error
zhuangqh
approved these changes
Jan 14, 2025
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 06:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 06:15 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 06:15 — with
GitHub Actions
Error
…g-standardize-api
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 06:16 — with
GitHub Actions
Failure
ishaansehgal99
had a problem deploying
to
unit-tests
January 14, 2025 06:16 — with
GitHub Actions
Error
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 06:16 — with
GitHub Actions
Error
ishaansehgal99
changed the title
fix: Standardize inference with vllm
fix: Ensure Jan 14, 2025
model_name
provided in vLLM inference
ishaansehgal99
changed the title
fix: Ensure
fix: Ensure Jan 14, 2025
model_name
provided in vLLM inferencemodel
provided in vLLM inference
ishaansehgal99
temporarily deployed
to
unit-tests
January 14, 2025 06:20 — with
GitHub Actions
Inactive
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 06:20 — with
GitHub Actions
Failure
ishaansehgal99
temporarily deployed
to
unit-tests
January 14, 2025 06:21 — with
GitHub Actions
Inactive
bangqipropel
approved these changes
Jan 14, 2025
**kwargs # Pass all kwargs directly; kwargs may include model, temperature, max_tokens, etc. | ||
) | ||
return llm.complete(prompt) | ||
return OpenAI(api_key=LLM_ACCESS_SECRET, **kwargs).complete(prompt) |
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.
I suppose this part do something similar to the vllm part but if you want to merge it now for efficiency, it is good
ishaansehgal99
had a problem deploying
to
e2e-test
January 14, 2025 22:13 — with
GitHub Actions
Failure
ishaansehgal99
temporarily deployed
to
e2e-test
January 14, 2025 23:39 — with
GitHub Actions
Inactive
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.
Reason for Change:
Update to include model name in requests made to VLLM (has a /v1/models endpoint)