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:e57a2aa19468c070cc9ca2b6d738f31d789ebc92e1314f30b4a28594d3a93988
size 4045582856
|