Instructions to use BAAI/ConsiSpace with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BAAI/ConsiSpace with Transformers:
# Load model directly from transformers import AutoProcessor, Qwen2_5_VLForConditionalGenerationWithVGGT processor = AutoProcessor.from_pretrained("BAAI/ConsiSpace") model = Qwen2_5_VLForConditionalGenerationWithVGGT.from_pretrained("BAAI/ConsiSpace", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Ctrl+K