Instructions to use BUAADreamer/Yi-VL-34B-hf with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BUAADreamer/Yi-VL-34B-hf with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("visual-question-answering", model="BUAADreamer/Yi-VL-34B-hf")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BUAADreamer/Yi-VL-34B-hf", dtype="auto") - Notebooks
- Google Colab
- Kaggle
config.json is invalid json
#1 opened almost 2 years ago
by
mradermacher