-
Notifications
You must be signed in to change notification settings - Fork 204
Add Mixtral-8x22B-v0.1 model support #286
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
Closed
Closed
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
Added information checks and typo fixes for README.md
Added information about VRAM to main README.md
Added licence information to main README.md
Fixed licence line in README.md
Added important installation step
Added fixes for information, removed docker dependancy
…ription int4 description
Added batch size control to docker
Changed comment to be more informative
Changed README.md both for main and INT4 example
…nges docs: refined readme changes for INT4
Run Docker container INT4 from the shell
Co-authored-by: Sarthak Langde <[email protected]>
Co-authored-by: Sarthak Langde <[email protected]>
…_int4 feat: run Docker container INT4 from the shell
changed README.md
…ription docs: add new feature highlighted section
removed new feature in README.md
removed new feature in README.md
…ription docs: change casing on README.md
feat: add INT4 demo support
Explained why we're getting the numbers we're getting and what the optimal configuratio could be
Adding int4 finetuning pipeline
fix: added explanatory paragraph and more benchmarks
docs: int4 readme changes
release 0.1.8
Fixed docs links and naming
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Integrate ITREX to support int8 model on the CPU-only devices
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Signed-off-by: yiliu30 <[email protected]>
Update the CPU inference doc
feat: add PR template
…rver fixed a minor typo in heading
adding import
Modified README.md with better formatting and replaced link in the getting started example
docs: update README.md
- load via MambaForCausalLM - upgrade Transformers - add mamba to yamls
Add Mamba to available LLMs
- Added Mixtral engine to support the model. - Added example of Mixtral model. - Edited `README.md` to display the latest added model. - Edited config files for Mixtral model.
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.
Summary
This PR introduces the integration of the Mixtral-8x22B model into the codebase. Specifically, the following changes have been made:
Checklist
Additional Information