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

FEAT: Support Mistral & Mistral-Instruct #510

Merged
merged 5 commits into from
Oct 13, 2023

Conversation

Bojun-Feng
Copy link
Contributor

Resolve #508

Adding Mistral-7B-v0.1 and Mistral-Instruct-7B-v0.1, with both GGML and PyTorch support.

GGUFv2 models has been tested locally on my computer and works properly. However, PyTorch models are a bit too big to run on my computer. I've documented the PyTorch model specifics in their families, but I'd appreciate a hand pulling this and checking if everything's functioning. Thanks!

@XprobeBot XprobeBot added this to the v0.5.2 milestone Oct 7, 2023
@UranusSeven
Copy link
Contributor

Since Mistral requires the latest version of transformers, it's a good idea to update the setup.cfg file to ensure users have it properly installed.

@Bojun-Feng Bojun-Feng marked this pull request as ready for review October 10, 2023 09:34
@UranusSeven UranusSeven merged commit ad17242 into xorbitsai:main Oct 13, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FEAT: support Mistral-7B-Instruct
3 participants