Convert Model
You can download models from here, or you can convert a PyTorch/SafeTensor model to an mllm model yourself.
To start the conversion process, you need to have Python (3.8+) installed and install the required packages.
Convert a single-file PyTorch model
You can convert a single file’s PyTorch model following the instructions below.
Convert a multi-file PyTorch model
You can convert a multi-file PyTorch model using the instructions below.
Convert a single-file SafeTensor model
You can convert a single file’s SafeTensor model with the following instructions.
Convert a multi-file SafeTensor model
You can download models from Hugging Face and convert a multi-file SafeTensor model using the instructions below.