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

Enable CPU Speculative Mixtral #10497

Closed

Conversation

Uxito-Ada
Copy link
Contributor

Description

Speculative Mixtral on CPU, which is tested with mistralai/Mixtral-8x7B-Instruct-v0.1 and mistralai/Mixtral-8x7B-v0.1 on SPR.

1. Why the change?

as above

2. User API changes

no

3. Summary of the change

Enable CPU Speculative Mixtral

4. How to test?

  • N/A
  • Unit test
  • Application test
  • Document test
  • ...

@@ -0,0 +1,86 @@
# Mixtral
In this directory, you will find examples on how you could run Mixtral BF16 inference with self-speculative decoding using BigDL-LLM on [Intel CPUs](../README.md). For illustration purposes,we utilize the [mistralai/Mixtral-8x7B-Instruct-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1) and [mistralai/Mixtral-8x7B-v0.1](https://huggingface.co/mistralai/Mixtral-8x7B-v0.1) as reference Mixtral models.
Copy link
Contributor

Choose a reason for hiding this comment

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

change all bigdl-llm to ipex-llm

@Uxito-Ada
Copy link
Contributor Author

migrate to #10539

@Uxito-Ada Uxito-Ada closed this Mar 26, 2024
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