chore: deprecate tensorrt-llm extension #4453
Merged
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.
Describe Your Changes
This PR is to deprecate TensorRT-LLM extension support. In case there is a plan to support in the future, it should be done from cortex.cpp as an engine
Changes
This pull request involves the removal of the TensorRT-LLM extension from the repository. The changes include deleting the README, configuration files, source code, and test files related to the extension.
Removal of TensorRT-LLM Extension:
extensions/tensorrt-llm-extension/README.md
: Removed the README file that provided instructions and details about the TensorRT-LLM extension.extensions/tensorrt-llm-extension/jest.config.js
: Deleted the Jest configuration file for the TensorRT-LLM extension.extensions/tensorrt-llm-extension/package.json
: Removed the package.json file which contained metadata, dependencies, and scripts for the TensorRT-LLM extension.extensions/tensorrt-llm-extension/resources/models.json
: Deleted the models.json file that listed the models supported by the TensorRT-LLM extension.extensions/tensorrt-llm-extension/rolldown.config.mjs
: Removed the Rollup configuration file used for building the TensorRT-LLM extension.extensions/tensorrt-llm-extension/src/index.test.ts
: Deleted the test file for the TensorRT-LLM extension, which included various unit tests.extensions/tensorrt-llm-extension/src/index.ts
: Removed the main source file implementing the TensorRT-LLM extension.