feat(cli,model,llm-runtime): unify LLM runtimes - #285
Merged
pinglin merged 4 commits intoJun 23, 2025
Conversation
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).
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
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 LLMnow support advanced LLM features.This commit
amd64andarm64and GPU for onlyamd66