-
-
Notifications
You must be signed in to change notification settings - Fork 238
Add text prefill and input embeddings obj #681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…del loading. Update main function to utilize this new argument for trust_remote_code parameter.
…putEmbeddingsFeatures. This change standardizes the output of the get_input_embeddings method, ensuring consistent access to inputs_embeds and attention_mask_4d across the Model classes in the mlx_vlm package.
…gs for grid dimensions. Standardize return type of get_input_embeddings method to InputEmbeddingsFeatures, ensuring consistent access to inputs_embeds across both models.
…turn type consistency. Update __call__ method to utilize the new get_input_embeddings structure, ensuring standardized access to inputs_embeds across the Model and LanguageModel classes.
…putEmbeddingsFeatures. This update standardizes the access to inputs_embeds and attention_mask_4d, ensuring consistency in the Model class implementations within the mlx_vlm package.
…ze InputEmbeddingsFeatures, ensuring consistent handling of inputs_embeds and attention_mask. This update enhances the standardization of the Model class implementations in the mlx_vlm package.
…n mlx_vlm, including aya_vision, deepseek_vl_v2, deepseekocr, fastvlm, florence2, gemma3n, glm4v, glm4v_moe, hunyuan_vl, jina_vlm, lfm2_vl, molmo2, paddleocr_vl, phi3_v, qwen3_vl_moe, and qwen3_omni_moe.
|
The failure seems to be a black formatting issue |
MLX-VLM Compatibility Issues with
|
No description provided.