-
Notifications
You must be signed in to change notification settings - Fork 1
feat(cli,model,llm-runtime): unify LLM runtimes #285
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
Merged
pinglin
merged 4 commits into
main
from
pinglin/ins-8084-python-sdk-add-support-for-mlc-llm
Jun 23, 2025
Merged
feat(cli,model,llm-runtime): unify LLM runtimes #285
pinglin
merged 4 commits into
main
from
pinglin/ins-8084-python-sdk-add-support-for-mlc-llm
Jun 23, 2025
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
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
added a commit
that referenced
this pull request
Jun 23, 2025
Because - LLM runtimes are rapidly evolving, and mainstream tools like `Transformers`, `vLLM`, and `MLC LLM` now support advanced LLM features. This commit - refactored CLI codebase - unified Dockerfile for multi-platform build current supporting CPU for both `amd64` and `arm64` and GPU for only `amd66` - added unit testing for CLI commands
pinglin
pushed a commit
that referenced
this pull request
Jun 24, 2025
🤖 I have created a release *beep* *boop* --- ## [0.18.0](v0.17.2...v0.18.0) (2025-06-24) ### Features * **cli,model,llm-runtime:** unify LLM runtimes ([#285](#285)) ([9950b8a](9950b8a)) ### Miscellaneous * **deps-dev:** bump setuptools from 74.1.2 to 78.1.1 ([#279](#279)) ([33fda4f](33fda4f)) * **deps-dev:** bump tornado from 6.4.2 to 6.5.1 ([#280](#280)) ([0caa2fe](0caa2fe)) * **deps:** bump protobuf from 4.25.3 to 4.25.8 ([#286](#286)) ([4b122cf](4b122cf)) * **deps:** bump requests from 2.32.3 to 2.32.4 ([#282](#282)) ([970f693](970f693)) * **domain:** update production domain ([3f0efe0](3f0efe0)) * **mypy:** fix make check errors ([971e640](971e640)) * **pacakge:** upgrade versions ([4e45717](4e45717)) * **poetry:** lock ray version on 2.47.0 ([da75851](da75851)) * release v0.18.0 ([f267cad](f267cad)) * **release-please:** update config.json ([#281](#281)) ([13cbace](13cbace)) ### Tests * **instill:** improve unit test coverage ([#287](#287)) ([6f38ea9](6f38ea9)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
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.
Because
Transformers
,vLLM
, andMLC LLM
now support advanced LLM features.This commit
amd64
andarm64
and GPU for onlyamd66