Instructions to use Alpha-VLLM/Lumina-mGPT-7B-768 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Alpha-VLLM/Lumina-mGPT-7B-768 with Transformers:
# Load model directly from transformers import AutoProcessor, AutoModelForSeq2SeqLM processor = AutoProcessor.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768") model = AutoModelForSeq2SeqLM.from_pretrained("Alpha-VLLM/Lumina-mGPT-7B-768") - Notebooks
- Google Colab
- Kaggle
File size: 135 Bytes
d8c7ea4 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:1d5d8d5532bae0f32ba35d10d411e506d61e4378dc9fc338f2b1e6af2aa322ec
size 9980783248
|