Plugin for LLM adding support for the MPT-30B language model
Project description
llm-mpt30b
Plugin for LLM adding support for the MPT-30B language model.
This plugin uses TheBloke/mpt-30B-GGML. The code was inspired by abacaj/mpt-30B-inference.
Installation
Install this plugin in the same environment as LLM.
llm install llm-mpt30b
After installing the plugin you will need to download the ~19GB model file. You can do this by running:
llm mpt30b download
Usage
This plugin adds a model called mpt30b
. You can execute it like this:
llm -m mpt30b "Three great names for a pet goat"
The alias -m mpt
works as well.
You can pass the option -o verbose 1
to see more verbose output - currently a progress bar showing any additional downloads that are made during execution.
Development
To set up this plugin locally, first checkout the code. Then create a new virtual environment:
cd llm-mpt30b
python3 -m venv venv
source venv/bin/activate
Now install the dependencies and test dependencies:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file llm-mpt30b-0.1.tar.gz
.
File metadata
- Download URL: llm-mpt30b-0.1.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c7524a4564827c5d41fa1c739f761f922a5dc35c98ee8c33174167b56877caf3 |
|
MD5 | 22a6c41a035da017a2efc956295145a8 |
|
BLAKE2b-256 | 3c89d53f4453f8d1e729c214d7fd293e705778e40df05734d0dac5aac7cd5ded |
File details
Details for the file llm_mpt30b-0.1-py3-none-any.whl
.
File metadata
- Download URL: llm_mpt30b-0.1-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d30f782f7033407501900380b3b058b0c3d47cafa477e705905de0fc2ac19bc |
|
MD5 | 2f357f0f5643fcbeeefeafc21eb66a97 |
|
BLAKE2b-256 | dba8a23ce0d1e970854101f286d29bc4faf3bf1f6d57964ec86d64738097b17d |