Skip to content
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

Add support for phi-3-vision-128k-instruct #36

Merged
merged 11 commits into from
Jun 24, 2024
1 change: 0 additions & 1 deletion mlx_vlm/models/phi3_v/language.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import inspect
from dataclasses import dataclass


@dataclass
class TextConfig:
@classmethod
Expand Down
1 change: 0 additions & 1 deletion mlx_vlm/models/phi3_v/su_rope.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import math

import mlx.core as mx


Expand Down