Any-to-Any
Transformers
ONNX
Safetensors
English
Chinese
minicpmo
feature-extraction
minicpm-o
full-duplex
omni-modal
audio
vision
tts
speech-generation
tool-calling
roleplay
code
math
custom_code
Instructions to use joyfox/JoyFox-OmniFlow-9B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use joyfox/JoyFox-OmniFlow-9B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("joyfox/JoyFox-OmniFlow-9B", trust_remote_code=True, device_map="auto") - Notebooks
- Google Colab
- Kaggle
File size: 127 Bytes
7c2caef | 1 2 3 4 5 6 7 | {
"auto_map": {
"AutoProcessor": "processing_minicpmo.MiniCPMOProcessor"
},
"processor_class": "MiniCPMOProcessor"
}
|