Instructions to use aidiffuser/GLM-5.2-Vision-tower-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use aidiffuser/GLM-5.2-Vision-tower-MLX with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir GLM-5.2-Vision-tower-MLX aidiffuser/GLM-5.2-Vision-tower-MLX
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "auto_map": { | |
| "AutoProcessor": "kimi_k25_processor.KimiK25Processor", | |
| "AutoImageProcessor": "kimi_k25_vision_processing.KimiK25VisionProcessor" | |
| }, | |
| "media_proc_cfg": { | |
| "in_patch_limit": 16384, | |
| "patch_size": 14, | |
| "image_mean": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "image_std": [ | |
| 0.5, | |
| 0.5, | |
| 0.5 | |
| ], | |
| "merge_kernel_size": 2, | |
| "fixed_output_tokens": null, | |
| "patch_limit_on_one_side": 512, | |
| "in_patch_limit_each_frame": 16384, | |
| "in_patch_limit_video": null, | |
| "sample_fps": 2.0, | |
| "max_num_frames_each_video": null, | |
| "temporal_merge_kernel_size": 4, | |
| "timestamp_mode": "hh:mm:ss.fff", | |
| "config_type": "media_proc.processors.moonvit.MoonViTMediaProcessorConfig" | |
| } | |
| } |