Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
wnma3mz committed Jan 28, 2025
1 parent d57e23e commit eec7cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tllm/models/mlx/qwen_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

import mlx.core as mx
import mlx.nn as nn
from mlx_clip.models.qwen2vision.qwen2vision_model import Qwen2VisionModel
import numpy as np
from transformers import AutoProcessor

from tllm import DTYPE
from tllm.models.mlx.helper import quantization_func

from mlx_clip.models.qwen2vision.qwen2vision_model import Qwen2VisionModel

class MLXQwen2VLForConditionalGeneration(nn.Module):
def __init__(self, config):
Expand Down

0 comments on commit eec7cf4

Please sign in to comment.