-
Notifications
You must be signed in to change notification settings - Fork 1
Autoload + onnx model and ipexllm in the model ui #25
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
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
…ne type cpu and ipex
…ly, then ipex use the same model list for cpu and xpu hence depend on backend only and not the engine_type for the model list
This was
linked to
issues
Aug 16, 2024
tjtanaa
approved these changes
Aug 16, 2024
Member
tjtanaa
left a comment
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.
LGTM
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: high
High priority request
type: documentation
Improvements or additions to documentation
type: enhancement / feature
New feature or request
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.
Autodownload of model for Onnxruntime engine if the repo id of model is provided instead of model path
Update the model list of Onnxruntime models and IpexLLM in the
modelui.py:Onnxruntime Model (DirectML):
EmbeddedLLM/01-ai_Yi-1.5-6b-Chat-int4-onnx-directmlEmbeddedLLM/Phi-3-medium-128k-instruct-onnx-directmlEmbeddedLLM/Phi-3-medium-4k-instruct-onnx-directmlEmbeddedLLM/Phi-3-mini-128k-instruct-onnx-directmlEmbeddedLLM/Phi-3-mini-4k-instruct-062024-int4-onnx-directmlEmbeddedLLM/Phi-3-mini-4k-instruct-onnx-directmlEmbeddedLLM/Starling-LM-7b-beta-int4-onnx-directmlEmbeddedLLM/gemma-2b-it-int4-onnx-directmlEmbeddedLLM/gemma-7b-it-int4-onnx-directmlEmbeddedLLM/llama-2-7b-chat-int4-onnx-directmlEmbeddedLLM/mistral_Mistral-7b-instruct-v0.3-int4-onnx-directmlEmbeddedLLM/openchat-3.6-8b-20240522-int4-onnx-directmlOnnxruntime Model (CPU):
EmbeddedLLM/Phi-3-mini-128k-instruct-onnx-cpu-int4-rtn-block-32EmbeddedLLM/Phi-3-mini-128k-instruct-onnx-cpu-int4-rtn-block-32-acc-level-4EmbeddedLLM/Phi-3-mini-4k-instruct-onnx-cpu-int4-rtn-block-32EmbeddedLLM/Phi-3-mini-4k-instruct-onnx-cpu-int4-rtn-block-32-acc-level-4EmbeddedLLM/mistral-7b-instruct-v0.3-onnx-cpu-int4-rtn-block32EmbeddedLLM/mistral-7b-instruct-v0.3-onnx-cpu-int4-rtn-block32-acc-level-4EmbeddedLLM/openchat-3.6-8b-20240522-onnx-cpu-int4-rtn-block32EmbeddedLLM/openchat-3.6-8b-20240522-onnx-cpu-int4-rtn-block32-acc-level-4IpexLLM Model:
(Ipex and CPU)
microsoft/Phi-3-medium-128k-instructmicrosoft/Phi-3-medium-4k-instructmicrosoft/Phi-3-mini-128k-instructmicrosoft/Phi-3-mini-4k-instructHot fixed the description of openvino backend and gpu device
Showing dropdown menu option where the user can use only base on its environment such as Ipex, DirectML or CPU.

