Files
wehub-resource-sync 94057c3d3e
PR Test (NPU) / check-changes (push) Has been cancelled
PR Test (NPU) / pr-gate (push) Has been cancelled
PR Test (NPU) / set-image-config (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-1-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (0) (push) Has been cancelled
PR Test (NPU) / stage-b-test-2-npu-a2 (1) (push) Has been cancelled
PR Test (NPU) / stage-b-test-4-npu-a3 (push) Has been cancelled
PR Test (NPU) / stage-b-test-16-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-1-npu-a3 (push) Has been cancelled
PR Test (NPU) / multimodal-gen-test-2-npu-a3 (push) Has been cancelled
PR Test (Arm64) / pr-gate (push) Has been cancelled
PR Test (Arm64) / check-changes (push) Has been cancelled
PR Test (Arm64) / build-test (push) Has been cancelled
PR Test (sgl-router) / gate (push) Has been cancelled
PR Test (sgl-router) / tier-1 — lint (push) Has been cancelled
PR Test (sgl-router) / tier-2 — build + test (push) Has been cancelled
PR Test (sgl-router) / tier-3 — docker (placeholder) (push) Has been cancelled
PR Test (sgl-router) / tier-3 — k8s integration (push) Has been cancelled
PR Test (sgl-router) / tier-3 — e2e (push) Has been cancelled
PR Test (sgl-router) / finish (push) Has been cancelled
PR Test (NPU) / single-node-poc (map[name:qwen3_6_27b_w8a8_1p_in64k_out1k_50ms runner:linux-aarch64-a3-2 test_case:test/registered/ascend/performance/qwen3_6_27b/test_npu_qwen3_6_27b_w8a8_1p_in64k_out1k_50ms.py test_type:perf]) (push) Has been cancelled
PR Test (NPU) / pr-test-npu-finish (push) Has been cancelled
PR Test (Xeon) / pr-gate (push) Has been cancelled
PR Test (Xeon) / check-changes (push) Has been cancelled
PR Test (Xeon) / build-test (, xeon-gnr, base-b-test-cpu) (push) Has been cancelled
PR Test (XPU) / check-changes (push) Has been cancelled
PR Test (XPU) / pr-gate (push) Has been cancelled
PR Test (XPU) / stage-a-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / wait-for-stage-a (push) Has been cancelled
PR Test (XPU) / stage-b-test-1-gpu-xpu (push) Has been cancelled
PR Test (XPU) / finish (push) Has been cancelled
CI Model Inventory / build-inventory (push) Has been cancelled
Lint / lint (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Compilation Check (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Manual Policy (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark - Request Processing (push) Has been cancelled
PR Benchmark (SMG Components) / Benchmark Summary (push) Has been cancelled
PR Test (SMG) / build-wheel (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on windows (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (x86_64 - auto) (push) Has been cancelled
PR Test (SMG) / python-unit-tests (push) Has been cancelled
PR Test (SMG) / unit-tests (push) Has been cancelled
PR Test (SMG) / benchmarks (push) Has been cancelled
PR Test (SMG) / chat-completions (push) Has been cancelled
PR Test (SMG) / chat-completions-4gpu (push) Has been cancelled
PR Test (SMG) / e2e (push) Has been cancelled
PR Test (SMG) / docker-build-test (push) Has been cancelled
PR Test (SMG) / k8s-integration (push) Has been cancelled
PR Test (SMG) / finish (push) Has been cancelled
PR Test (SMG) / summarize-benchmarks (push) Has been cancelled
Release SGLang Model Gateway Docker Image / publish (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on macos (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - auto) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (aarch64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / build on linux (x86_64 - musllinux_1_1) (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Build SDist (push) Has been cancelled
Release SGLang Model Gateway to PyPI / Upload to PyPI (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (aarch64, 12.9, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu129-matrix (x86_64, 12.9, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu129 (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (aarch64, 13.0, 3.10, arm-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / build-cu130-matrix (x86_64, 13.0, 3.10, x64-kernel-build-node) (push) Has been cancelled
Release SGLang Kernels / release-cu130 (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 700) (push) Has been cancelled
Release SGLang Kernels / build-rocm-matrix (3.10, 720) (push) Has been cancelled
Release SGLang Kernels / release-rocm700 (push) Has been cancelled
Release SGLang Kernels / release-rocm720 (push) Has been cancelled
Release SGLang Kernels / build-musa43 (43, 3.10) (push) Has been cancelled
Release SGLang Kernels / release-musa43 (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:16 +08:00

269 lines
11 KiB
Python

# Copyright 2023-2024 SGLang Team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Inference-only Sarashina2Vision model compatible with HuggingFace weights."""
import logging
from typing import Iterable, List, Optional, Tuple
import torch
from torch import nn
from transformers import LlamaConfig
from sglang.srt.layers.logits_processor import LogitsProcessor
from sglang.srt.layers.pooler import Pooler, PoolingType
from sglang.srt.layers.quantization.base_config import QuantizationConfig
from sglang.srt.managers.mm_utils import (
MultimodalDataItem,
MultimodalInputs,
MultiModalityDataPaddingPatternMultimodalTokens,
general_mm_embed_routine,
)
from sglang.srt.model_executor.forward_batch_info import ForwardBatch
from sglang.srt.model_loader.weight_utils import default_weight_loader
from sglang.srt.models.llama import LlamaForCausalLM
from sglang.srt.models.qwen2_vl import Qwen2VisionTransformer
from sglang.srt.utils import add_prefix
logger = logging.getLogger(__name__)
class Sarashina2VisionForCausalLM(nn.Module):
"""
Sarashina2Vision model that combines:
- Llama text backbone (sbintuitions/sarashina2-7b)
- Qwen2VL vision encoder
"""
def __init__(
self,
config,
quant_config: Optional[QuantizationConfig] = None,
prefix: str = "",
) -> None:
super().__init__()
self.config = config
# Extract text and vision configurations
text_config = getattr(config, "text_config", config)
vision_config = getattr(config, "vision_config", None)
# Create vision transformer first (like original model)
if vision_config is not None:
self.visual = Qwen2VisionTransformer(
vision_config,
norm_eps=getattr(config, "rms_norm_eps", 1e-5),
quant_config=quant_config,
prefix=add_prefix("visual", prefix),
)
else:
self.visual = None
# Layer norm for vision outputs (matching original model)
self.norm = nn.LayerNorm(text_config.hidden_size)
# Create Llama text model (using 'llm' name to match original)
if hasattr(text_config, "model_type") and text_config.model_type == "llama":
llama_config = LlamaConfig(**text_config.__dict__)
# Set vocab_size from main config if available
if hasattr(config, "vocab_size"):
llama_config.vocab_size = config.vocab_size
self.llm = LlamaForCausalLM(
llama_config,
quant_config=quant_config,
prefix=add_prefix("llm", prefix),
)
else:
# Set vocab_size from main config if available
if hasattr(config, "vocab_size"):
config.vocab_size = config.vocab_size
self.llm = LlamaForCausalLM(
config,
quant_config=quant_config,
prefix=add_prefix("llm", prefix),
)
# Image token indices from config
self.image_token_index = getattr(config, "image_token_index", 14)
self.start_image_token_index = getattr(
config, "start_image_token_index", 102397
)
self.end_image_token_index = getattr(config, "end_image_token_index", 102398)
# Ensure vocabulary size matches
if hasattr(config, "vocab_size"):
self.llm.config.vocab_size = config.vocab_size
self.logits_processor = LogitsProcessor(config)
self.pooler = Pooler(pooling_type=PoolingType.LAST, normalize=True)
def pad_input_ids(self, input_ids: List[int], mm_inputs: MultimodalInputs):
"""Pad input tokens with multimodal data hashes for RadixAttention."""
pattern = MultiModalityDataPaddingPatternMultimodalTokens()
return pattern.pad_input_tokens(input_ids, mm_inputs)
def get_input_embeddings(self):
"""Get input embeddings from the language model."""
return self.llm.get_input_embeddings()
def get_image_embeds(
self,
pixel_values: torch.Tensor,
image_grid_thw: torch.Tensor,
) -> torch.Tensor:
"""Extract image embeddings using the vision transformer."""
if self.visual is None:
raise ValueError("Visual encoder not initialized")
# Use the existing Qwen2VisionTransformer forward method
hidden_states = self.visual(pixel_values, image_grid_thw)
# Apply normalization layer
return self.norm(hidden_states)
def get_image_feature(self, items: List[MultimodalDataItem]) -> torch.Tensor:
"""Extract image features for SGLang compatibility."""
if self.visual is None:
raise ValueError("Visual encoder not initialized")
# Concatenate pixel values and grid_thw from all items
pixel_values = torch.cat([item.feature for item in items], dim=0).type(
self.visual.dtype
)
image_grid_thw = torch.cat([item.image_grid_thw for item in items], dim=0)
assert pixel_values.dim() == 2, pixel_values.dim()
assert image_grid_thw.dim() == 2, image_grid_thw.dim()
# Use the get_image_embeds method
return self.get_image_embeds(pixel_values, image_grid_thw)
def forward(
self,
input_ids: torch.Tensor,
positions: torch.Tensor,
forward_batch: ForwardBatch,
get_embedding: bool = False,
) -> torch.Tensor:
"""Forward pass through the model."""
# Handles token-to-feature mapping for expanded tokens
hidden_states = general_mm_embed_routine(
input_ids=input_ids,
forward_batch=forward_batch,
language_model=self.llm.model,
multimodal_model=self,
positions=positions,
)
if get_embedding:
return self.pooler(hidden_states, forward_batch)
else:
return self.logits_processor(
input_ids, hidden_states, self.llm.lm_head, forward_batch
)
def load_weights(self, weights: Iterable[Tuple[str, torch.Tensor]]):
"""Load model weights."""
params_dict = dict(self.named_parameters())
loaded_params = set()
# Collect weights that need to be fused
qkv_weights = {}
gate_up_weights = {}
for name, loaded_weight in weights:
# Handle weight name mappings
# Map visual attention weights: qkv -> qkv_proj
if ".attn.qkv." in name:
mapped_name = name.replace(".attn.qkv.", ".attn.qkv_proj.")
if mapped_name in params_dict:
param = params_dict[mapped_name]
weight_loader = getattr(
param, "weight_loader", default_weight_loader
)
weight_loader(param, loaded_weight)
loaded_params.add(mapped_name)
continue
# Handle Llama attention weights - need to fuse q, k, v into qkv
if ".self_attn.q_proj.weight" in name:
base = name.replace(".q_proj.weight", "")
qkv_weights[base] = qkv_weights.get(base, {})
qkv_weights[base]["q"] = loaded_weight
continue
elif ".self_attn.k_proj.weight" in name:
base = name.replace(".k_proj.weight", "")
qkv_weights[base] = qkv_weights.get(base, {})
qkv_weights[base]["k"] = loaded_weight
continue
elif ".self_attn.v_proj.weight" in name:
base = name.replace(".v_proj.weight", "")
qkv_weights[base] = qkv_weights.get(base, {})
qkv_weights[base]["v"] = loaded_weight
continue
# Handle Llama MLP weights - need to fuse gate and up projections
if ".mlp.gate_proj.weight" in name:
base = name.replace(".gate_proj.weight", "")
gate_up_weights[base] = gate_up_weights.get(base, {})
gate_up_weights[base]["gate"] = loaded_weight
continue
elif ".mlp.up_proj.weight" in name:
base = name.replace(".up_proj.weight", "")
gate_up_weights[base] = gate_up_weights.get(base, {})
gate_up_weights[base]["up"] = loaded_weight
continue
# Direct mapping for other weights
if name in params_dict:
param = params_dict[name]
weight_loader = getattr(param, "weight_loader", default_weight_loader)
weight_loader(param, loaded_weight)
loaded_params.add(name)
# Fuse QKV weights for Llama attention layers
for base, weights_dict in qkv_weights.items():
if "q" in weights_dict and "k" in weights_dict and "v" in weights_dict:
qkv_name = f"{base}.qkv_proj.weight"
if qkv_name in params_dict:
# Concatenate q, k, v weights
q, k, v = weights_dict["q"], weights_dict["k"], weights_dict["v"]
qkv = torch.cat([q, k, v], dim=0)
param = params_dict[qkv_name]
weight_loader = getattr(
param, "weight_loader", default_weight_loader
)
weight_loader(param, qkv)
loaded_params.add(qkv_name)
# Fuse gate and up weights for Llama MLP layers
for base, weights_dict in gate_up_weights.items():
if "gate" in weights_dict and "up" in weights_dict:
gate_up_name = f"{base}.gate_up_proj.weight"
if gate_up_name in params_dict:
# Concatenate gate and up weights
gate, up = weights_dict["gate"], weights_dict["up"]
gate_up = torch.cat([gate, up], dim=0)
param = params_dict[gate_up_name]
weight_loader = getattr(
param, "weight_loader", default_weight_loader
)
weight_loader(param, gate_up)
loaded_params.add(gate_up_name)
# Register the model
EntryClass = Sarashina2VisionForCausalLM