|
--- |
|
license: apache-2.0 |
|
language: |
|
- en |
|
pipeline_tag: text-generation |
|
tags: |
|
- llm |
|
- ggml |
|
--- |
|
|
|
|
|
# GGML converted versions of [Mosaic's](https://huggingface.co/mosaicml) MPT Models |
|
|
|
|
|
## CAUTION: MPT Development is still ongoing and not finished! |
|
- GGML implementation see here: [Replit + MPT](https://github.com/ggerganov/ggml/pull/145) |
|
- Rustformers implementation see here: [Implement MPT Model](https://github.com/rustformers/llm/pull/218) |
|
|
|
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](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-f16.bin) | [mpt-7b](https://huggingface.co/mosaicml/mpt-7b) | fp16 | |
|
| [mpt-7b-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-q4_0.bin) | [mpt-7b](https://huggingface.co/mosaicml/mpt-7b) | int4 | |
|
| [mpt-7b-chat-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-chat-q4_0.bin) | [mpt-7b-chat](https://huggingface.co/mosaicml/mpt-7b-chat) | int4 | |
|
| [mpt-7b-instruct-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-instruct-q4_0.bin) | [mpt-7b-instruct](https://huggingface.co/mosaicml/mpt-7b-instruct) | int4 | |
|
| [mpt-7b-storywriter-q4_0.bin](https://huggingface.co/LLukas22/mpt-7b-ggml/blob/main/mpt-7b-storywriter-q4_0.bin) | [mpt-7b-storywriter](https://huggingface.co/mosaicml/mpt-7b-storywriter) | int4 | |
|
|
|
|