vLLM plugin for Qwerky AI MambaInLlama hybrid models
Project description
Qwerky vLLM Models
vLLM plugin for serving Qwerky AI's MambaInLlama hybrid models without the --trust-remote-code flag.
Installation
pip install qwerky-vllm-models
Usage
After installing, you can serve Qwerky models with vLLM directly:
# No --trust-remote-code needed!
vllm serve QwerkyAI/Qwerky-Llama3.1-Mamba-8B-Llama3.3-70B-base-distill-sft
The plugin automatically registers the model architectures with vLLM on import.
Supported Models
QwerkyAI/Qwerky-Llama3.1-Mamba-8B-Llama3.3-70B-base-distill-sft(8B, instruction-tuned)QwerkyAI/Qwerky-Llama3.2-Mamba-3B-Llama3.3-70B-base-distill(3B, base)
How It Works
This package uses vLLM's plugin system (vllm.general_plugins entry point) to register the MambaInLlama model architecture when the package is installed. This means:
- No fork of vLLM needed
- No
--trust-remote-codeflag required - Works with standard vLLM installation
Requirements
- Python >= 3.10
- vLLM >= 0.14.0
- PyTorch >= 2.0.0
- mamba-ssm >= 2.0.0
- causal-conv1d >= 1.2.0
License
Apache 2.0
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qwerky_vllm_models-0.1.0.tar.gz.
File metadata
- Download URL: qwerky_vllm_models-0.1.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
165dbc554a6013db8557cad3e61d32af0fceb21c3936cbedd6053bb06c79114e
|
|
| MD5 |
3aef24d5b1183104ad6f96b11bbc971a
|
|
| BLAKE2b-256 |
5de3959a5c07f2077f2efb0c01b84e95f144ee821f99a95df68f3cc977b1ae0b
|
File details
Details for the file qwerky_vllm_models-0.1.0-py3-none-any.whl.
File metadata
- Download URL: qwerky_vllm_models-0.1.0-py3-none-any.whl
- Upload date:
- Size: 15.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f7727768d3f44fb6db2a4f50017bc3536e90e8856b09795b58b6ce803d277c83
|
|
| MD5 |
ab72146578ccbb8242db236ced5a0f15
|
|
| BLAKE2b-256 |
ac6262a0616e7a032c208ea59956f62aed8342ff151b465ca9a84d72fa36989d
|