metadata
license: apache-2.0
language:
- en
pipeline_tag: text-generation
tags:
- llm
- ggml
GGML converted versions of Mosaic's MPT Models
CAUTION: MPT Development is still ongoing and not finished!
- GGML implementation see here: Replit + MPT
- Rustformers implementation see here: Implement MPT Model
If these implementations are complete i will add instructions on how to run the models and update them if necesary!
Converted Models:
Name | Based on | Type |
---|---|---|
mpt-7b-f16.bin | mpt-7b | fp16 |
mpt-7b-q4_0.bin | mpt-7b | int4 |
mpt-7b-chat-q4_0.bin | mpt-7b-chat | int4 |
mpt-7b-instruct-q4_0.bin | mpt-7b-instruct | int4 |
mpt-7b-storywriter-q4_0.bin | mpt-7b-storywriter | int4 |