Mistral 7B v0.2 JAX Documentation

Mistral 7B v0.2 JAX Documentation#

Useful links: Source Repository | Issue Tracker

Welcome to Mistral 7B v0.2 JAX’s documentation! This project is the JAX implementation of Mistral 7B v0.2 Base, based on Mistral 7B. Mistral 7B v0.2 JAX is developed using JAX from scratch, focuing on model architecture, tensor parallelism, and various generation methods, advancing the work of my earlier repository mistral-jax.

Installation#

Simple installation from PyPI using:

pip install mistral-v0.2-jax

You may also install directly from GitHub by visiting Install From Source and following the instructions that are appropriate for your device.

API#

For a full idex, see the Index.

License#

Mistral 7B v0.2 JAX is licensed under the MIT License.