-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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: add compatible check #2342
Merged
louis-menlo
merged 10 commits into
tensorrt-llm-extension
from
fix/add-compatible-check
Mar 14, 2024
Merged
fix: add compatible check #2342
louis-menlo
merged 10 commits into
tensorrt-llm-extension
from
fix/add-compatible-check
Mar 14, 2024
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
namchuai
force-pushed
the
fix/add-compatible-check
branch
from
March 14, 2024 03:01
bbfb6d7
to
ef05857
Compare
Signed-off-by: James <[email protected]>
namchuai
force-pushed
the
fix/add-compatible-check
branch
from
March 14, 2024 03:15
46b06cc
to
0f11ce2
Compare
louis-menlo
force-pushed
the
fix/add-compatible-check
branch
from
March 14, 2024 04:13
f461954
to
2905c51
Compare
louis-menlo
added a commit
that referenced
this pull request
Mar 14, 2024
* feat: tensorrt-llm-extension * fix: loading * feat: add download tensorrt llm runner Signed-off-by: James <[email protected]> * feat: update to rollupjs instead of webpack for monitoring extension Signed-off-by: James <[email protected]> * feat: move update nvidia info to monitor extension Signed-off-by: James <[email protected]> * allow download tensorrt Signed-off-by: James <[email protected]> * update Signed-off-by: James <[email protected]> * allow download tensor rt based on gpu setting Signed-off-by: James <[email protected]> * update downloaded models Signed-off-by: James <[email protected]> * feat: add extension compatibility * dynamic tensor rt engines Signed-off-by: James <[email protected]> * update models Signed-off-by: James <[email protected]> * chore: remove ts-ignore * feat: getting installation state from extension Signed-off-by: James <[email protected]> * chore: adding type for decompress Signed-off-by: James <[email protected]> * feat: update according Louis's comment Signed-off-by: James <[email protected]> * feat: add progress for installing extension Signed-off-by: James <[email protected]> * chore: remove args from extension installation * fix: model download does not work properly * fix: do not allow user to stop tensorrtllm inference * fix: extension installed style * fix: download tensorrt does not update state Signed-off-by: James <[email protected]> * chore: replace int4 by fl16 * feat: modal for installing extension Signed-off-by: James <[email protected]> * fix: start download immediately after press install Signed-off-by: James <[email protected]> * fix: error switching between engines * feat: rename inference provider to ai engine and refactor to core * fix: missing ulid * fix: core bundler * feat: add cancel extension installing Signed-off-by: James <[email protected]> * remove mocking for mac Signed-off-by: James <[email protected]> * fix: show models only when extension is ready * add tensorrt badge for model Signed-off-by: James <[email protected]> * fix: copy * fix: add compatible check (#2342) * fix: add compatible check Signed-off-by: James <[email protected]> * fix: copy * fix: font * fix: copy * fix: broken monitoring extension * chore: bump engine * fix: copy * fix: model copy * fix: copy * fix: model json --------- Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: Louis <[email protected]> * fix: vulkan support * fix: installation button padding * fix: empty script * fix: remove hard code string --------- Signed-off-by: James <[email protected]> Co-authored-by: James <[email protected]> Co-authored-by: NamH <[email protected]>
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.
Describe Your Changes
Fixes Issues
Self Checklist