Skip to content
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

Migrate harness to ipexllm #10703

Merged
merged 6 commits into from
Apr 9, 2024

Conversation

zhentaocc
Copy link
Contributor

@zhentaocc zhentaocc force-pushed the migrate_harness_to_ipexllm branch from 32f912f to 94e4930 Compare April 9, 2024 07:07
@zhentaocc zhentaocc requested review from hkvision and rnwang04 April 9, 2024 07:08
from bigdl_llm import BigDLLM
models.MODEL_REGISTRY['bigdl-llm'] = BigDLLM # patch bigdl-llm to harness
from ipexllm import IPEXLLM
models.MODEL_REGISTRY['ipex-llm'] = IPEXLLM # patch bigdl-llm to harness
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

patch ipex-llm...

models.MODEL_REGISTRY['bigdl-llm'] = BigDLLM # patch bigdl-llm to harness

from ipexllm import IPEXLLM
models.MODEL_REGISTRY['ipex-llm'] = IPEXLLM # patch bigdl-llm to harness
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same as above

@hkvision hkvision merged commit d59e0cc into intel-analytics:main Apr 9, 2024
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants