Instructions to use deepseek-ai/Janus-Pro-1B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use deepseek-ai/Janus-Pro-1B with Transformers:
# Load model directly from transformers import MultiModalityCausalLM model = MultiModalityCausalLM.from_pretrained("deepseek-ai/Janus-Pro-1B", dtype="auto") - Notebooks
- Google Colab
- Kaggle
run in colab t4
#3
by sdyy - opened