Skip to content

Commit a287e68

Browse files
committed
Merge remote-tracking branch 'origin/feature/support_for_qwen_3_vl' into feature/support_for_qwen_3_vl
2 parents 0422a66 + 31db2de commit a287e68

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

supervision/detection/core.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
from_moondream,
4848
from_paligemma,
4949
from_qwen_2_5_vl,
50-
validate_vlm_parameters, from_qwen_3_vl,
50+
from_qwen_3_vl,
51+
validate_vlm_parameters,
5152
)
5253
from supervision.geometry.core import Position
5354
from supervision.utils.internal import deprecated, get_instance_variables

0 commit comments

Comments
 (0)